DataFormNumericEditorAttribute.UpDownIconAlignment Property
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
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