Skip to main content
Tab

EditButtonStyle.Width Property

Gets or sets the widht of all buton elements within an editor to which the current style applies.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Unit Width { get; set; }

#Property Value

Type Description
Unit

A Unit value representing the button width.

#Remarks

To specify an individual edit button’s width use the button’s EditButton.Width property.

See Also