Skip to main content
Tab

EditButton.Width Property

Gets or sets the editor button’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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