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

TabControlStretchView.TabNormalSize Property

Gets or sets the width of the tab item header in the normal state. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public int TabNormalSize { get; set; }

Property Value

Type Description
Int32

A System.Int32 value that specifies the width of the tab item header in the normal state.

See Also