HelpPaneBase.ItemsCore Property
In This Article
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
public abstract IEnumerable<IHelpPaneItem> ItemsCore { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<DevExpress. |
A collection of help pane items. |
See Also