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

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.v19.2.dll

Declaration

public Style ItemContainerStyle { get; set; }

Property Value

Type Description
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