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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
DataTemplateSelector | A DataTemplateSelector object that implements custom logic to select a required template that should be applied to items of the current HelpPaneBase. |
See Also