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

GridGroupSummaryItem.Assign(GridSummaryItem) Method

Copies settings of the specified group summary item object to the current one.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override void Assign(
    GridSummaryItem source
)

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