Skip to main content

TileNavCategoryCollection(TileNavPane) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileNavCategoryCollection(
    TileNavPane owner
)

Parameters

Name Type Description
owner TileNavPane

The TileNavPane that owns the TileNavCategoryCollection.

See Also