Skip to main content
Tab

BinaryImageButtonPanelPosition Enum

Lists values specifying the button panel position within the ASPxBinaryImage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum BinaryImageButtonPanelPosition

#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