Skip to main content

HelpPaneBase.ItemsSource Property

Gets or sets the source of items with which this HelpPaneBase should be populated. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object ItemsSource { get; set; }

Property Value

Type Description
Object

An object that stores help pane items.

See Also