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

LayoutGroup.TabItemContainerStyle Property

Gets or sets a style applied to the part of the LayoutGroup containing tab headers. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public Style TabItemContainerStyle { get; set; }

Property Value

Type Description
Style

A Style object applied to the part of the LayoutGroup containing tab headers.

Remarks

The TabItemContainerStyle property specifies a style, applied to the part of a LayoutGroup containing tab item headers.

TargetType: ContentControl.

To implement custom logic for choosing a style, create a System.Windows.Controls.StyleSelector descendant, and override the System.Windows.Controls.StyleSelector.SelectStyle method. This method returns a style for a specific object. See the LayoutGroup.TabItemContainerStyleSelector topic to learn more.

See Also