Skip to main content

WinExplorerViewColumns(WinExplorerView) Constructor

Initializes a new instance of the WinExplorerViewColumns class with the specified settings.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

public WinExplorerViewColumns(
    WinExplorerView view
)

Parameters

Name Type Description
view WinExplorerView

A WinExplorerView that owns the newly created column set.

See Also