ASPxBinaryImage.OpenDialogButtonImage Property
In This Article
Gets the settings of an image displayed in the editor open dialog button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public BinaryImageOpenDialogButtonImageProperties OpenDialogButtonImage { get; }
#Property Value
Type | Description |
---|---|
Binary |
A Binary |
#Remarks
When the BinaryImageEditingSettings.Enabled property is set to true
, the binary image displays the button panel element.
Use the OpenDialogButtonImage and ASPxBinaryImage.DeleteButtonImage properties to customize images displayed in the binary image buttons.
See Also