Skip to main content
A newer version of this page is available. .
Tab

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.
RowVisibleIndex1 Gets the visible index of the row that contains the first cell currently being processed.
RowVisibleIndex2 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