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

BackstageViewControl.ItemTemplate Property

Gets or sets the template that will be applied to all backstage items owned by this BackstageViewControl.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public DataTemplate ItemTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that is the template that will be applied to all backstage items owned by this BackstageViewControl.

Remarks

See the MVVM Support article to learn more.

See Also