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

WinExplorerViewStyleOptions(WinExplorerView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public WinExplorerViewStyleOptions(
    WinExplorerView view
)

Parameters

Name Type Description
view WinExplorerView

A WinExplorerView that owns the newly created WinExplorerViewStyleOptions object.

See Also