Skip to main content
A newer version of this page is available. .

WinExplorerViewListStyleOptions(WinExplorerView) Constructor

Initializes a new instance of the WinExplorerViewListStyleOptions class.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public WinExplorerViewListStyleOptions(
    WinExplorerView view
)

Parameters

Name Type Description
view WinExplorerView

The View that owns the created object.

See Also