BinaryImageButtonPanelPosition Enum
Lists values specifying the button panel position within the ASPxBinaryImage.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Top
|
The button panel is positioned at the top. |
Bottom
|
The button panel is positioned at the bottom. |
Related API Members
The following properties accept/return BinaryImageButtonPanelPosition values:
Remarks
Values listed by this enumeration are used to set the BinaryImageButtonPanelSettings.Position property.
See Also