A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public virtual void Assign(
IGridColumnStateCollection source
)
Public Overridable Sub Assign(
source As IGridColumnStateCollection
)
Parameters
Name | Type | Description |
---|---|---|
source | DevExpress.Web.Mvc.Internal.IGridColumnStateCollection | An IGridColumnStateCollection-supported object whose items are assigned to the current object. |
Implements
DevExpress.Web.Mvc.Internal.IGridColumnStateCollection.Assign(DevExpress.Web.Mvc.Internal.IGridColumnStateCollection)
See Also
Feedback