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

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.v19.2.dll

Declaration

public virtual void Assign(
    IGridColumnStateCollection source
)

Parameters

Name Type Description
source DevExpress.Web.Mvc.Internal.IGridColumnStateCollection

An IGridColumnStateCollection-supported object whose items are assigned to the current object.

See Also