EditButtonStyle.Width Property
In This Article
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
#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