BackstageItem.ContentTemplate Property
Gets or sets a template for an object assigned to the BackstageItem.Content.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v25.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
| Type | Description |
|---|---|
| DataTemplate | A DataTemplate for an object assigned to the BackstageItem.Content. |
Remarks
See the Data Templating Overview article to learn more.
See Also