Skip to main content
A newer version of this page is available. .

HelpPaneBase.ItemsCore Property

Provides access to the collection of help pane items.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v18.2.dll

Declaration

public abstract IEnumerable<IHelpPaneItem> ItemsCore { get; }

Property Value

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

A collection of help pane items.

See Also