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