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

TileBarDropDownOptions(ITileBarDropDownOptionsOwner) Constructor

Initializes a new instance of the TileBarDropDownOptions class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public TileBarDropDownOptions(
    ITileBarDropDownOptionsOwner owner
)

Parameters

Name Type Description
owner DevExpress.XtraBars.Navigation.ITileBarDropDownOptionsOwner

The owner of the created TileBarDropDownOptions object.

See Also