Back to Devexpress

TileView.GetViewInfo() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-1ed1693b.md

latest1.5 KB
Original Source

TileView.GetViewInfo() Method

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

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public TileViewInfo GetViewInfo()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetViewInfo As TileViewInfo

Returns

TypeDescription
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

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace