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

BinaryImageButtonPanelSettings.Position Property

Specifies the button panel‘s position in an ASPxBinaryImage control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(BinaryImageButtonPanelPosition.Bottom)]
public BinaryImageButtonPanelPosition Position { get; set; }

Property Value

Type Default Description
BinaryImageButtonPanelPosition **Bottom**

One of the BinaryImageButtonPanelPosition enumeration values.

Available values:

Name Description
Top

The button panel is positioned at the top.

Bottom

The button panel is positioned at the bottom.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Position
ASP.NET Controls and MVC Extensions BinaryImageEditingSettings
.ButtonPanelSettings .Position
ASP.NET Bootstrap Controls BootstrapBinaryImageEditingSettings
.ButtonPanelSettings .Position
BootstrapBinaryImageEditingSettingsBase
.ButtonPanelSettings .Position

Remarks

The button panel is displayed when the BinaryImageEditingSettings.Enabled property is set to true. Use the Position property to specify the position of the button panel in the control.

See Also