Skip to main content

TileNavButtonCollection(TileNavPane) Constructor

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileNavButtonCollection(
    TileNavPane ownerControl
)

Parameters

Name Type Description
ownerControl TileNavPane

The TileNavPane control which owns the created TileNavButtonCollection.

See Also