[]
Gets or sets the minimum digits of the NumberDecimalPartDisplayField.
public int MinDigits { get; set; }
Public Property MinDigits As Integer
| Type | Description |
|---|---|
| int | An int value means the min length of decimal part. |
| Type | Condition |
|---|---|
| ArgumentException | The assigned value is less than 0 or greater than MaxDigits. |