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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | DevExpress.Web.Mvc.Internal.IGridSummaryItemStateCollection | An IGridSummaryItemStateCollection-supported object whose items are assigned to the current object. |
See Also