Skip to main content
A newer version of this page is available. .

DXTabItem.SelectedBackgroundTemplate Property

Gets or sets the template to visualize the appearance of the header of the selected DXTabItem.This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate SelectedBackgroundTemplate { get; set; }

Property Value

Type Description
DataTemplate

A System.Windows.DataTemplate object that specifies the corresponding template.

Remarks

Refer to the Appearance Customization topic to learn more.

See Also