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

TileNavButtonCollection(TileNavPane) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public TileNavButtonCollection(
    TileNavPane ownerControl
)

Parameters

Name Type Description
ownerControl TileNavPane

The TileNavPane control which owns the created TileNavButtonCollection.

See Also