ASPxButtonEditBase.ButtonEditEllipsisImage Property
In This Article
Gets the settings which define the ellipsis image displayed within editor buttons.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ButtonImageProperties ButtonEditEllipsisImage { get; }
#Property Value
Type | Description |
---|---|
Button |
A Button |
#Remarks
This property is a wrapper of the ButtonEditPropertiesBase.ButtonEditEllipsisImage property.
See Also