[]
Gets or sets the optional digits of NumberIntegerPartField.
public int MaxDigits { get; set; }
Public Property MaxDigits As Integer
Type | Description |
---|---|
int | The optional digits. |
Type | Condition |
---|---|
ArgumentException | The assigned value is less than MinDigits. |