Skip to main content
A newer version of this page is available. .
Tab

EditButton.Width Property

Gets or sets the editor button’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit Width { get; set; }

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