TileViewColumns.Assign(TileViewColumns) Method
Copies contents of the specified TileViewColumns object to the current object.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
srcSet | TileViewColumns | An object whose settings are copied to the current object. |
See Also