Skip to main content

TileNavPaneDropDownOptions(ITileNavPaneDropDownOptionsOwner) Constructor

Initializes a new instance of the TileNavPaneDropDownOptions class with the specified settings.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileNavPaneDropDownOptions(
    ITileNavPaneDropDownOptionsOwner owner
)

Parameters

Name Type Description
owner DevExpress.XtraBars.Navigation.ITileNavPaneDropDownOptionsOwner

The DevExpress.XtraBars.Navigation.ITileNavPaneDropDownOptionsOwner object that owns this TileNavPaneDropDownOptions object.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also