Skip to main content

ITileNavButton.DropDown Property

Returns a drop-down tile bar associated with the current ITileNavButton.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

TileBarWindow DropDown { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.TileBarWindow

A TileBarWindow object representing a drop-down tile bar.

See Also