TabStyle.Width Property
In This Article
Gets or sets the width of a tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Unit | A Unit value that specifies the width of a tab. |
#Remarks
Use the Width property to control the width of tabs which the current style applies to.
Note
The Width property in relative values (in percentage) is supported if the tab control has a fixed width. Alternatively, set the ASPx
See Also