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

TabControlStretchView.TabMinSize Property

Gets or sets the minimum width of the tab item header. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

Declaration

public int TabMinSize { get; set; }

Property Value

Type Description
Int32

A System.Int32 value that specifies the minimum width of the tab item header.

See Also