ASPxGridViewCustomCellMergeEventArgs Properties
Provides data for the ASPxGridView.CustomCellMerge event.
Name | Description |
---|---|
Column | Gets the currently processed column. |
Handled | Specifies if merging of the currently processed cells is handled manually, so no default processing is required. |
Merge | Specifies if the currently processed cells should be merged. |
Row |
Gets the visible index of the row that contains the first cell currently being processed. |
Row |
Gets the visible index of the row that contains the second cell currently being processed. |
Value1 | Gets the value of the first cell currently being processed. |
Value2 | Gets the value of the second cell currently being processed. |
See Also