Skip to main content

GridGroupSummaryItem.IsEquals(GridSummaryItem) Method

Indicates whether the specified group summary item has the same settings as the current one.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public override bool IsEquals(
    GridSummaryItem item
)

Parameters

Name Type Description
item GridSummaryItem

A GridSummaryItem object to be compared to the current summary item.

Returns

Type Description
Boolean

true if the specified object’s settings match the current object’s settings; otherwise, false.

See Also