Back to Devexpress

BinaryImageEditProperties.OpenDialogButtonImage Property

aspnet-devexpress-dot-web-dot-binaryimageeditproperties-4cab2c1c.md

latest1.8 KB
Original Source

BinaryImageEditProperties.OpenDialogButtonImage Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public BinaryImageOpenDialogButtonImageProperties OpenDialogButtonImage { get; }
vb
Public ReadOnly Property OpenDialogButtonImage As BinaryImageOpenDialogButtonImageProperties

Property Value

TypeDescription
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.

See Also

Binary Image

BinaryImageEditProperties Class

BinaryImageEditProperties Members

DevExpress.Web Namespace