Skip to main content

BackstageView.ItemTemplate Property

Gets or sets the template that will be applied to all backstage items owned by this BackstageView. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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 BackstageView.

See Also