Skip to main content
A newer version of this page is available. .

BackstageItem.ContentTemplate Property

Gets or sets a template for an object assigned to the BackstageItem.Content.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v21.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public DataTemplate ContentTemplate { get; set; }

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