DataFormNumericItem.UpDownIconAlignment Property
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
Declaration
public UpDownIconAlignment UpDownIconAlignment { get; set; }
Property Value
Type |
---|
UpDownIconAlignment |
Available values:
Name | Description |
---|---|
Start | The up and down buttons are aligned at the left. |
End | The up and down buttons are aligned at the right. |
Both | The down button is aligned at the left and the up button is aligned at the right. |
See Also