Skip to main content

TileBarDropDownOptions(ITileBarDropDownOptionsOwner) Constructor

Initializes a new instance of the TileBarDropDownOptions class.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileBarDropDownOptions(
    ITileBarDropDownOptionsOwner owner
)

Parameters

Name Type Description
owner DevExpress.XtraBars.Navigation.ITileBarDropDownOptionsOwner

The owner of the created TileBarDropDownOptions object.

See Also