EditButton.Width Property
Gets or sets the editor button’s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | 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