Skip to main content

HelpPaneButton.Placement Property

Gets or sets whether to display the item in the header or footer. 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 HelpPaneItemPlacement Placement { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.HelpPaneItemPlacement

A DevExpress.UI.Xaml.Ribbon.HelpPaneItemPlacement enumeration value.

Remarks

The Placement property is only in effect when the application is running on a mobile device.

See Also