BackstageItem.ContentTemplate Property
In This Article
Gets or sets a template for an object assigned to the BackstageItem.Content.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public DataTemplate ContentTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
See the Data Templating Overview article to learn more.
See Also