Skip to main content

HelpPane.ActualFooterItems Property

Gets the collection of items whose Placement property is set to Footer.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RibbonHelpPaneItemCollection ActualFooterItems { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonHelpPaneItemCollection

A collection of items whose Placement property is set to Footer.

See Also