Skip to main content

DataFormNumericItem.MaxDecimalDigitCount Property

Gets or sets the maximum number of digits after the decimal separator. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public int MaxDecimalDigitCount { get; set; }

Property Value

Type Default Description
Int32 -1

The number of digits displayed after the decimal separator.

See Also