Skip to main content

BackstageItem.ContentTemplate Property

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

Namespace: DevExpress.Xpf.Ribbon

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

#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 MSDN article to learn more.

See Also