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

TabControlStretchView.SelectedTabMinSize Property

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

Namespace: DevExpress.Xpf.Core

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

Declaration

public int SelectedTabMinSize { get; set; }

Property Value

Type Description
Int32

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

See Also