Back to Devexpress

BinaryImageButtonPanelSettings.ButtonPosition Property

aspnet-devexpress-dot-web-dot-binaryimagebuttonpanelsettings-c82d1704.md

latest2.5 KB
Original Source

BinaryImageButtonPanelSettings.ButtonPosition Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(BinaryImageButtonPosition.Center)]
public BinaryImageButtonPosition ButtonPosition { get; set; }
vb
<DefaultValue(BinaryImageButtonPosition.Center)>
Public Property ButtonPosition As BinaryImageButtonPosition

Property Value

TypeDefaultDescription
BinaryImageButtonPositionCenter

One of the BinaryImageButtonPosition enumeration values.

|

Available values:

NameDescription
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 TypePath 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.

See Also

Binary Image

BinaryImageButtonPanelSettings Class

BinaryImageButtonPanelSettings Members

DevExpress.Web Namespace