GridGroupSummaryItem.Assign(GridSummaryItem) Method
Copies settings of the specified group summary item object to the current one.
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 summary item. |
Remarks
The Assign method can be used to create summary items with the same or slightly different settings. You can customize a single summary item and then use this method to copy settings to other summary items.
See Also