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.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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.