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

BinaryImageButtonPanelSettings.ButtonPosition Property

Gets or sets the position of buttons displayed in a button panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(BinaryImageButtonPosition.Center)]
public BinaryImageButtonPosition ButtonPosition { get; set; }

Property Value

Type Default Description
BinaryImageButtonPosition Center

One of the BinaryImageButtonPosition enumeration values.

Available values:

Name Description
Left

Buttons are aligned to the left of the button panel.

Center

Buttons are centered within the button panel.

Right

Buttons are aligned to the right of the button panel.

Property Paths

You can access this nested property as listed below:

Object Type Path to ButtonPosition
BinaryImageEditingSettings
.ButtonPanelSettings .ButtonPosition

Remarks

The button panel is displayed when the BinaryImageEditingSettings.Enabled property is set to true.

Use the ButtonPosition property to specify the position of the delete button and open dialog button in the button panel.

ASPxBinaryImage_VisualElements

See Also