wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-74858a15.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public Style TabItemContainerStyle { get; set; }
Public Property TabItemContainerStyle As Style
| Type | Description |
|---|---|
| Style |
A Style object applied to the part of the LayoutGroup containing tab headers.
|
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