BackstageViewControl.ItemContainerStyleSelector Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public StyleSelector ItemContainerStyleSelector { get; set; }
#Property Value
Type | Description |
---|---|
Style |
A Style |
#Remarks
See MVVM Support article to learn more.
See Also