Skip to main content

UpDownIconAlignment Enum

Enumerates values that specify how the up and down buttons that increase and decrease the value are aligned in an editor.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public enum UpDownIconAlignment

Members

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