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

TileView(GridControl) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public TileView(
    GridControl gridControl
)

Parameters

Name Type Description
gridControl GridControl

A GridControl that owns this TileView.

See Also