GridBaseColumnStateCollection<T>.Assign(IGridColumnStateCollection) Method
Copies the items from the specified IGridColumnStateCollection-supported object to the current object.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | DevExpress.Web.Mvc.Internal.IGridColumnStateCollection | An IGridColumnStateCollection-supported object whose items are assigned to the current object. |
See Also