TileView(GridControl) Constructor
In This Article
Initializes a new instance of the TileView class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public TileView(
GridControl gridControl
)
#Parameters
Name | Type | Description |
---|---|---|
grid |
Grid |
A Grid |
See Also