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

WinExplorerViewOptionsImageLoad(WinExplorerView) Constructor

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

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public WinExplorerViewOptionsImageLoad(
    WinExplorerView view
)

Parameters

Name Type Description
view WinExplorerView

A WinExplorerView that owns this newly created WinExplorerViewOptionsImageLoad.

See Also