Back to Devexpress

ASPxBinaryImage.DeleteButtonImage Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-e9390d92.md

latest1.7 KB
Original Source

ASPxBinaryImage.DeleteButtonImage Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public BinaryImageDeleteButtonImageProperties DeleteButtonImage { get; }
vb
Public ReadOnly Property DeleteButtonImage As BinaryImageDeleteButtonImageProperties

Property Value

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

See Also

Binary Image

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace