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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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