Skip to main content

WinExplorerViewAppearances(BaseView) Constructor

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

public WinExplorerViewAppearances(
    BaseView view
)

Parameters

Name Type Description
view BaseView

A WinExplorerView that owns the newly created WinExplorerViewAppearances.

See Also