Skip to main content

HelpPane.Items 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 RibbonHelpPaneItemCollection Items { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonHelpPaneItemCollection

A collection of help pane items.

See Also