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

TabControlStretchView.PinnedTabAllowHide Property

Gets or sets a value indicating whether the pinned tab may be hidden. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

Declaration

public bool PinnedTabAllowHide { get; set; }

Property Value

Type Description
Boolean

true, if the pinned tab may be hidden; otherwise, false.

See Also