Back to Devexpress

TileView(GridControl) Constructor

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-dot-ctor-x28-devexpress-dot-xtragrid-dot-gridcontrol-x29.md

latest1.4 KB
Original Source

TileView(GridControl) Constructor

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

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public TileView(
    GridControl gridControl
)
vb
Public Sub New(
    gridControl As GridControl
)

Parameters

NameTypeDescription
gridControlGridControl

A GridControl that owns this TileView.

|

See Also

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace