ButtonEditPropertiesBase.ButtonEditEllipsisImage Property
Gets the settings which define the ellipsis image displayed within editor buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| ButtonImageProperties | A ButtonImageProperties object, which defines the image settings. |
Remarks
Note
The ButtonEditEllipsisImage property synchronizes its value with the editor’s ASPxButtonEditBase.ButtonEditEllipsisImage property.
See Also