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.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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