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.v21.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:

Object Type Path to ButtonPanelSettings
ASPxBinaryImage
.EditingSettings .ButtonPanelSettings
BinaryImageEditProperties
.EditingSettings .ButtonPanelSettings
See Also