Back to Devexpress

BinaryImageButtonPanelPosition Enum

aspnet-devexpress-dot-web-5c459c08.md

latest1.2 KB
Original Source

BinaryImageButtonPanelPosition Enum

Lists values specifying the button panel position within the ASPxBinaryImage.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum BinaryImageButtonPanelPosition
vb
Public Enum BinaryImageButtonPanelPosition

Members

NameDescription
Top

The button panel is positioned at the top.

| | Bottom |

The button panel is positioned at the bottom.

|

The following properties accept/return BinaryImageButtonPanelPosition values:

Remarks

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

See Also

DevExpress.Web Namespace