Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public DataTemplate ItemTemplate { get; set; }

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