Skip to main content

WinExplorerViewOptionsBehavior(WinExplorerView) Constructor

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

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public WinExplorerViewOptionsBehavior(
    WinExplorerView view
)

Parameters

Name Type Description
view WinExplorerView

A WinExplorerView object that owns this WinExplorerViewOptionsBehavior.

See Also