Back to Devexpress

BinaryImageButtonPanelSettings.Position Property

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

latest2.3 KB
Original Source

BinaryImageButtonPanelSettings.Position Property

Specifies the button panel‘s position in an ASPxBinaryImage control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(BinaryImageButtonPanelPosition.Bottom)]
public BinaryImageButtonPanelPosition Position { get; set; }
vb
<DefaultValue(BinaryImageButtonPanelPosition.Bottom)>
Public Property Position As BinaryImageButtonPanelPosition

Property Value

TypeDefaultDescription
BinaryImageButtonPanelPositionBottom

One of the BinaryImageButtonPanelPosition enumeration values.

|

Available values:

NameDescription
Top

The button panel is positioned at the top.

| | Bottom |

The button panel is positioned at the bottom.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Position
BinaryImageEditingSettings

.ButtonPanelSettings .Position

|

Remarks

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

Binary Image

BinaryImageButtonPanelSettings Class

BinaryImageButtonPanelSettings Members

DevExpress.Web Namespace