A newer version of this page is available.
Switch to the current version.
BaseView.GetViewInfo() Method
Returns the object which contains the internal information used to render the View.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
Returns
Type | Description |
---|---|
DevExpress.XtraGrid.Views.Base.ViewInfo.BaseViewInfo | A DevExpress.XtraGrid.Views.Base.ViewInfo.BaseViewInfo descendant which contains the internal information used to render the View. |
Remarks
A ViewInfo object contains all the information needed to draw the View. Use the GetViewInfo method to get this internal information.
In most cases there is no need to call this method.
See Also
Feedback