Skip to main content
A newer version of this page is available. .

ITileNavButton.DropDown Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

TileBarWindow DropDown { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.TileBarWindow

A TileBarWindow object representing a drop-down tile bar.

See Also