GridView(GridControl) Constructor
Creates a new GridView object with the specified owner control.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
ownerGrid | GridControl | A GridControl object representing the grid control that will own the new View. This value is assigned to the BaseView.GridControl property. |
Remarks
You can use the created View in a number of ways. For instance, assign it to the grid’s GridControl.MainView property, add it to the GridControl.LevelTree tree or use it within the master-detail events provided by the XtraGrid.
Before using a View within the Grid Control ensure that its BaseView.GridControl property has been initialized. For Views created at design time this property is initialized automatically. If a View is assigned to the GridControl.MainView property its BaseView.GridControl property is also initialized automatically. In all other cases the BaseView.GridControl property should be set manually.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the GridView(GridControl) constructor.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.