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

WinExplorerViewColumns.Assign(WinExplorerViewColumns) Method

Copies columns from the source WinExplorerViewColumns passed as the parameter to this WinExplorerViewColumns.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual void Assign(
    WinExplorerViewColumns columnSet
)

Parameters

Name Type Description
columnSet WinExplorerViewColumns

A WinExplorerViewColumns object that serves as the source object to copy columns from.

See Also