Back to Devexpress

BackstageViewControl.ItemContainerStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-32abe0bb.md

latest1.5 KB
Original Source

BackstageViewControl.ItemContainerStyle Property

Gets or sets the 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 Style ItemContainerStyle { get; set; }
vb
Public Property ItemContainerStyle As Style

Property Value

TypeDescription
Style

A Style that should be applied to the container element generated for each BackstageViewControl item.

|

Remarks

See the MVVM Support article to learn more.

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace