Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Docking

#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