GridSummaryItem.Assign(GridSummaryItem) Method
Copies settings from the summary item object specified as the parameter.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | GridSummaryItem | A GridSummaryItem object whose settings should be copied to the current object. |
Remarks
Use the Assign method when you need to have several summary items with the same or slightly different settings. It enables you to customize an individual summary item’s settings and then copy them to other summary item objects.
See Also