TileView.GetViewInfo() Method
In This Article
Returns an object containing the internal information used to render the view.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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