Skip to main content

GridBaseSummaryItemStateCollection<T>.Assign(IGridSummaryItemStateCollection) Method

Copies the items from the specified IGridSummaryItemStateCollection-supported object to the current object.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public virtual void Assign(
    IGridSummaryItemStateCollection source
)

Parameters

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

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

See Also