Back to Devexpress

DataFormNumericItem.MaxDecimalDigitCount Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericitem-d6c00e81.md

latest928 B
Original Source

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

csharp
public int MaxDecimalDigitCount { get; set; }

Property Value

TypeDefaultDescription
Int32-1

The number of digits displayed after the decimal separator.

|

See Also

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace