Skip to main content

DataFormNumericEditorAttribute.MaxDecimalDigitCount Property

Gets or sets the maximum number of digits after the decimal separator.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public int MaxDecimalDigitCount { get; set; }

Property Value

Type Description
Int32

The number of digits displayed after the decimal separator.

See Also