Back to Devexpress

BinaryImageButtonPosition Enum

aspnet-devexpress-dot-web-daea5467.md

latest1.3 KB
Original Source

BinaryImageButtonPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum BinaryImageButtonPosition
vb
Public Enum BinaryImageButtonPosition

Members

NameDescription
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.

|

The following properties accept/return BinaryImageButtonPosition values:

Remarks

Values listed by this enumeration are used to set the BinaryImageButtonPanelSettings.ButtonPosition property.

See Also

DevExpress.Web Namespace