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

HelpPaneBase.ItemTemplateSelector Property

Gets or sets an object that uses custom logic to select a required template that should be applied to items of the current HelpPaneBase. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

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

Declaration

public DataTemplateSelector ItemTemplateSelector { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Controls.DataTemplateSelector

A Windows.UI.Xaml.Controls.DataTemplateSelector object that implements custom logic to select a required template that should be applied to items of the current HelpPaneBase.

See Also