BinaryImageButtonPanelSettings.ButtonPosition Property
Gets or sets the position of buttons displayed in a button panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 |
|
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