Skip to main content

WinExplorerViewListStyleOptions(WinExplorerView) Constructor

Initializes a new instance of the WinExplorerViewListStyleOptions class.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public WinExplorerViewListStyleOptions(
    WinExplorerView view
)

Parameters

Name Type Description
view WinExplorerView

The View that owns the created object.

See Also