TileView.GetViewInfo() Method
Returns an object containing the internal information used to render the view.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraGrid.Views.Tile.ViewInfo.TileViewInfo | A DevExpress.XtraGrid.Views.Tile.ViewInfo.TileViewInfo object which contains the internal information used to render the view. |
Remarks
The GetViewInfo method returns a DevExpress.XtraGrid.Views.Tile.ViewInfo.TileViewInfo object that contains the information used to draw the view. In most cases, there is no need to call this method.
See Also