Back to Devexpress

LayoutItemContainer.TabPageWidth Property

windowsforms-devexpress-dot-xtralayout-dot-layoutitemcontainer-47910464.md

latest1.6 KB
Original Source

LayoutItemContainer.TabPageWidth Property

Gets or sets the width, in pixels, of tab headers.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public int TabPageWidth { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(0)>
<DXCategory("Layout")>
Public Property TabPageWidth As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the width, in pixels, of tab headers.

|

Remarks

By default, the width of tab headers is set to a value sufficient for displaying tab captions in their entirety. The TabPageWidth property allows you to explicitly specify the width of tab headers.

See Also

MultiLine

HeaderAutoFill

LayoutItemContainer Class

LayoutItemContainer Members

DevExpress.XtraLayout Namespace