ASPxButtonEditBase.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
This property is a wrapper of the ButtonEditPropertiesBase.ButtonEditEllipsisImage property.
See Also