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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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