WinExplorerView(GridControl) Constructor
In This Article
Initializes a new instance of the WinExplorerView class with the specified owner.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public WinExplorerView(
GridControl ownerControl
)
#Parameters
Name | Type | Description |
---|---|---|
owner |
Grid |
A Grid |
See Also