DataFormNumericItem.UpDownIconAlignment Property
In This Article
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public UpDownIconAlignment UpDownIconAlignment { get; set; }
#Property Value
Type |
---|
Up |
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