Back to Devexpress

WinExplorerView(GridControl) Constructor

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-dot-ctor-x28-devexpress-dot-xtragrid-dot-gridcontrol-x29.md

latest1.5 KB
Original Source

WinExplorerView(GridControl) Constructor

Initializes a new instance of the WinExplorerView class with the specified owner.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public WinExplorerView(
    GridControl ownerControl
)
vb
Public Sub New(
    ownerControl As GridControl
)

Parameters

NameTypeDescription
ownerControlGridControl

A GridControl that owns this WinExplorerView.

|

See Also

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace