Skip to main content

DataFormNumericEditorAttribute.IsUpDownIconVisible Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsUpDownIconVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also