aspnet-devexpress-dot-web-dot-binaryimagebuttonpanelsettings.md
Specifies the button panel‘s position in an ASPxBinaryImage control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(BinaryImageButtonPanelPosition.Bottom)]
public BinaryImageButtonPanelPosition Position { get; set; }
<DefaultValue(BinaryImageButtonPanelPosition.Bottom)>
Public Property Position As BinaryImageButtonPanelPosition
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to Position |
|---|---|
| BinaryImageEditingSettings |
.ButtonPanelSettings .Position
|
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
BinaryImageButtonPanelSettings Class