.NET Documentation
C#
VB
Show/Hide TOC
Tree
Grid
Text
Box
Validation
Column
Decimals Property
Gets or sets the number of decimal places in the number.
Definition
Namespace:
Aliquo.Windows.Controls
Assembly:
Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Copy
public
int
Decimals
{
get
;
set
; }
VB
Copy
Public
Property
Decimals
As
Integer
Get
Set
Property Value
Int32
Implements
IGridTextBoxValidationColumn
Decimals
See Also
Reference
TreeGridTextBoxValidationColumn Class
Aliquo.Windows.Controls Namespace
In This Article
Definition
Property Value
Implements
See Also