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