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.v24.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