Skip to main content

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

public override IEnumerable<IHelpPaneItem> ItemsCore { get; }

Property Value

Type Description
IEnumerable<DevExpress.UI.Xaml.Ribbon.IHelpPaneItem>

A collection of help pane items.

See Also