Skip to main content
A newer version of this page is available. .
Tab

TabStyle.Width Property

Gets or sets the width of a tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override Unit Width { get; set; }

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.

ASPxTabControl_Page

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