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

BinaryImageButtonPanelPosition Enum

Lists values specifying the button panel position within the ASPxBinaryImage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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