Gets or sets the template to visualize the appearance of the header of the focused DXTabItem.This is a dependency property.
Namespace:DevExpress.Xpf.Core
Assembly:DevExpress.Xpf.Core.v17.2.dll

Syntax
C# |
public DataTemplate FocusedBackgroundTemplate { get; set; }
|
VB |
Public Property FocusedBackgroundTemplate As DataTemplate
|
Property value
Type: DataTemplate
A System.Windows.DataTemplate object that specifies the corresponding template.

Remarks
Refer to the Appearance Customization topic to learn more.

See Also