EditButton.Width Property
In This Article
Gets or sets the editor button’s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A Unit value representing the editor button’s width. |
#Remarks
To specify a common width for all edit buttons within the editor the EditButtonStyle.Width property can be used.
See Also