WinExplorerViewListStyleOptions(WinExplorerView) Constructor
Initializes a new instance of the WinExplorerViewListStyleOptions class.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public WinExplorerViewListStyleOptions(
WinExplorerView view
)
Public Sub New(
view As WinExplorerView
)
Parameters
Name | Type | Description |
---|---|---|
view | WinExplorerView | The View that owns the created object. |
See Also
Feedback