[]
Represents NumberIntegerPartFieldInfo class to define integer part fields for the GcNumberCellType control.
public class NumberIntegerPartFieldInfo : NumberFieldInfo, INamedObject
Public Class NumberIntegerPartFieldInfo
Inherits NumberFieldInfo
Implements INamedObject
| Name | Description |
|---|---|
| GroupSeparator | Gets or sets the character that separates groups of digits to the left of the decimal in numeric values. |
| GroupSizes | Gets or sets the number of digits in each group to the left of the decimal in numeric values. |
| MaxDigits | Gets or sets the optional digits of the field. |
| MinDigits | Gets or sets the required digits of the field. |
| SpinIncrement | Gets or sets the spin increment of the field. |