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

TileView.GetViewInfo() Method

Returns an object containing the internal information used to render the view.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public TileViewInfo GetViewInfo()

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