HelpPaneBase Properties
Serves as the base class for the HelpPane.| Name | Description |
|---|---|
| ItemsCore | Provides access to the collection of help pane items. |
| ItemsSource | Gets or sets the source of items with which this HelpPaneBase should be populated. This is a dependency property. |
| ItemTemplate | Gets or sets the template that will be applied to all items owned by this HelpPaneBase. This is a dependency property. |
| ItemTemplateSelector | 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. |
See Also