GridSummaryItem.IsEquals(GridSummaryItem) Method
Indicates whether the specified 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 whose settings are compared to the current summary item’s settings. |
Returns
Type | Description |
---|---|
Boolean | true if the summary item passed as the parameter has the same settings as the current one; otherwise, false. |
See Also