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

BinaryImageEditProperties.OpenDialogButtonImage Property

Gets the settings of an image displayed in the editor open dialog button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public BinaryImageOpenDialogButtonImageProperties OpenDialogButtonImage { get; }

Property Value

Type Description
BinaryImageOpenDialogButtonImageProperties

A BinaryImageOpenDialogButtonImageProperties object that contains the image settings.

Remarks

When the BinaryImageEditingSettings.Enabled property is set to true, the binary image displays the button panel element.

Use the OpenDialogButtonImage and BinaryImageEditProperties.DeleteButtonImage properties to customize images displayed in the binary image buttons.

ASPxBinaryImage

See Also