Back to Devexpress

LayoutGroup.TabItemContainerStyle Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-74858a15.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public Style TabItemContainerStyle { get; set; }
vb
Public Property TabItemContainerStyle As Style

Property Value

TypeDescription
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

TabItemContainerStyleSelector

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace