A newer version of this page is available.
Switch to the current version.
EditorImages.ButtonEditClearButton Property
Gets the settings of an image that is displayed in the editor's Clear button element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public ButtonImageProperties ButtonEditClearButton { get; }
Public ReadOnly Property ButtonEditClearButton As ButtonImageProperties
Property Value
Type | Description |
---|---|
ButtonImageProperties | A ButtonImageProperties object that contains the image settings. |
See Also