Back to Devexpress

TileNavPane.DropDownShowDirection Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-8702e6a7.md

latest1.7 KB
Original Source

TileNavPane.DropDownShowDirection Property

Gets or sets the direction in which the TileNavPane‘s drop-down is displayed.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ShowDirection.Normal)]
[DXCategory("Behavior")]
public ShowDirection DropDownShowDirection { get; set; }
vb
<DefaultValue(ShowDirection.Normal)>
<DXCategory("Behavior")>
Public Property DropDownShowDirection As ShowDirection

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Navigation.ShowDirectionNormal

The direction in which the TileNavPane‘s drop-down is displayed.

|

Remarks

The default direction in which a drop-down tile bar is invoked is dependent on the TileNavPane‘s dock style. Set the DropDownShowDirection property to Inverted to display the drop-down tile bar in the direction opposite to the default.

See Also

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace