Skip to main content

WinExplorerViewStyleOptionsCollection(WinExplorerView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public WinExplorerViewStyleOptionsCollection(
    WinExplorerView view
)

Parameters

Name Type Description
view WinExplorerView

A WinExplorerView that owns the newly created WinExplorerViewStyleOptionsCollection.

See Also