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
public bool IsUpDownIconVisible { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also