Back to Devexpress

DataFormNumericItem.IsUpDownIconVisible Property

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

latest986 B
Original Source

DataFormNumericItem.IsUpDownIconVisible Property

Gets or sets whether to display the up and down icons that allow users to increase and decrease the current editor value. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsUpDownIconVisible { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to display the up and down icons; otherwise, false.

|

See Also

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace