Back to Devexpress

BackstageViewControl.ItemTemplate Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-352f1fba.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public DataTemplate ItemTemplate { get; set; }
vb
Public Property ItemTemplate As DataTemplate

Property Value

TypeDescription
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

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace