Skip to main content

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

NuGet Package: 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