Skip to main content
Tab

BinaryImageEditProperties.DeleteButtonImage Property

Gets the settings of an image displayed in the editor delete button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public BinaryImageDeleteButtonImageProperties DeleteButtonImage { get; }

Property Value

Type Description
BinaryImageDeleteButtonImageProperties

A BinaryImageDeleteButtonImageProperties 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 BinaryImageEditProperties.OpenDialogButtonImage and DeleteButtonImage properties to customize images displayed in the binary image buttons.

ASPxBinaryImage

See Also