HelpPane.ItemsCore Property
Provides access to the collection of help pane items.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<DevExpress.UI.Xaml.Ribbon.IHelpPaneItem> | A collection of help pane items. |
See Also