Skip to main content

TileViewColumns.Assign(TileViewColumns) Method

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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