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

TileViewColumns.Assign(TileViewColumns) Method

Copies contents of the specified TileViewColumns object to the current object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual void Assign(
    TileViewColumns srcSet
)

Parameters

Name Type Description
srcSet TileViewColumns

An object whose settings are copied to the current object.

See Also