BinaryImageButtonPosition Enum
Lists values that specify the position of buttons relative to the button panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Members
Name | Description |
---|---|
Left | Buttons are aligned to the left of the button panel. |
Center | Buttons are centered within the button panel. |
Right | Buttons are aligned to the right of the button panel. |
Related API Members
The following properties accept/return BinaryImageButtonPosition values:
Remarks
Values listed by this enumeration are used to set the BinaryImageButtonPanelSettings.ButtonPosition property.
See Also
Feedback