BinaryImageButtonPanelSettings.ButtonPosition Property
Gets or sets the position of buttons displayed in a button panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(BinaryImageButtonPosition.Center)]
public BinaryImageButtonPosition ButtonPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Binary |
Center | One of the Binary |
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 Button |
---|---|
Binary |
|
#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.