Skip to main content

TileNavPane.FlyoutShowDirection Property

Gets or sets the direction in which the TileNavPane‘s flyouts open.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public FlyoutShowDirection FlyoutShowDirection { get; set; }

Property Value

Type Description
DevExpress.Xpf.Navigation.FlyoutShowDirection

A DevExpress.Xpf.Navigation.FlyoutShowDirection enumeration value that specifies the direction in which the TileNavPane‘s flyouts open.

Remarks

The FlyoutShowDirection property specifies the direction in which flyouts open. The Default value specifies the downward direction. Set the FlyoutShowDirection property to Inverted to open flyouts in the direction opposite to the default.

To specify how drop-down tile bars are displayed, use the TileNavPane.FlyoutShowMode property.

See Also