Skip to main content
A newer version of this page is available. .
Tab

BinaryImageEditingSettings.ButtonPanelSettings Property

Gets the settings of the button panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public BinaryImageButtonPanelSettings ButtonPanelSettings { get; }

Property Value

Type Description
BinaryImageButtonPanelSettings

A BinaryImageButtonPanelSettings object that contains settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ButtonPanelSettings
ASP.NET Controls and MVC Extensions ASPxBinaryImage
.EditingSettings .ButtonPanelSettings
BinaryImageEditProperties
.EditingSettings .ButtonPanelSettings
ASP.NET Bootstrap Controls BootstrapBinaryImage
.EditingSettings .ButtonPanelSettings
BootstrapBinaryImageEditProperties
.EditingSettings .ButtonPanelSettings
ASP.NET MVC Extensions MVCxBinaryImage
.EditingSettings .ButtonPanelSettings
MVCxBinaryImageEditProperties
.EditingSettings .ButtonPanelSettings
MVCxColumnBinaryImageEditProperties
.EditingSettings .ButtonPanelSettings
See Also