Skip to main content

TileNavItemCollection(TileNavCategory) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileNavItemCollection(
    TileNavCategory category
)

Parameters

Name Type Description
category TileNavCategory

The TileNavCategory that owns the TileNavItemCollection.

See Also