ButtonEditPropertiesBase.ButtonEditEllipsisImage Property
Gets the settings which define the ellipsis image displayed within editor buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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