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 |
|
See Also