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

TileNavSubItemCollection(TileNavItem) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public TileNavSubItemCollection(
    TileNavItem item
)

Parameters

Name Type Description
item TileNavItem

The TileNavItem that owns the current TileNavSubItemCollection.

Remarks

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

See Also