TcxGridColumn.DoCompareValuesForCellMerging(TcxGridDataRow,TcxCustomEditProperties,TcxEditValue,TcxGridDataRow,TcxCustomEditProperties,TcxEditValue) Method
Declaration
function DoCompareValuesForCellMerging(ARow1: TcxGridDataRow; AProperties1: TcxCustomEditProperties; const AValue1: TcxEditValue; ARow2: TcxGridDataRow; AProperties2: TcxCustomEditProperties; const AValue2: TcxEditValue): Boolean;
Parameters
| Name | Type |
|---|---|
| ARow1 | TcxGridDataRow |
| AProperties1 | TcxCustomEditProperties |
| AValue1 | TcxEditValue |
| ARow2 | TcxGridDataRow |
| AProperties2 | TcxCustomEditProperties |
| AValue2 | TcxEditValue |
Returns
| Type |
|---|
| Boolean |
See Also