Back to Devexpress

BackstageViewControl.ItemContainerStyleSelector Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-a5822d8a.md

latest1.7 KB
Original Source

BackstageViewControl.ItemContainerStyleSelector Property

Gets or sets the style selector for this BackstageViewControl. A style selector utilizes custom logic to select a style that should be applied to the container element generated for each BackstageViewControl item.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public StyleSelector ItemContainerStyleSelector { get; set; }
vb
Public Property ItemContainerStyleSelector As StyleSelector

Property Value

TypeDescription
StyleSelector

A StyleSelector object associated with this BackstageViewControl.

|

Remarks

See MVVM Support article to learn more.

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace