TabStyle.Width Property
Gets or sets the width of a tab.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 ASPxTabControlBase.TabAlign property to Justify to force tabs to fill the whole control’s width automatically.
See Also