[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartDisplayField.MaxDigits

MaxDigits Property

MaxDigits

Gets or sets the maximum digits of the NumberDecimalPartDisplayField.

Declaration
public int MaxDigits { get; set; }
Public Property MaxDigits As Integer
Property Value
Type Description
int

An int value means the max length of decimal part. The default value is 28.

Exceptions
Type Condition
ArgumentException

The assigned value is less than MinDigits or greater than 28.