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

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

Declaration

public DataTemplate ItemTemplate { get; set; }

Property Value

Type Description
Windows.UI.Xaml.DataTemplate

A Windows.UI.Xaml.DataTemplate object that is the template that will be applied to all items owned by this HelpPaneBase.

See Also