Skip to main content

HelpPaneBase.ItemTemplate Property

Gets or sets the template that will be applied to all items owned by this HelpPaneBase. 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 items owned by this HelpPaneBase.

See Also