HelpPane Properties
Represents a help pane.| Name | Description |
|---|---|
| ActualFooterItems | Gets the collection of items whose Placement property is set to Footer. |
| ActualHeaderItems | Gets the collection of items whose Placement property is set to Header. |
| Items | Provides access to the collection of help pane items. |
| 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. Inherited from HelpPaneBase. |
| ItemTemplate | Gets or sets the template that will be applied to all items owned by this HelpPaneBase. This is a dependency property. Inherited from HelpPaneBase. |
| 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. Inherited from HelpPaneBase. |
See Also