Skip to main content
A newer version of this page is available. .
Tab

BinaryImageButtonPosition Enum

Lists values that specify the position of buttons relative to the button panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum BinaryImageButtonPosition

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