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

BootstrapGridViewCustomCellMergeEventArgs Properties

Name Description
Column
Handled Specifies if merging of the currently processed cells is handled manually, so no default processing is required. Inherited from ASPxGridViewCustomCellMergeEventArgs.
Merge Specifies if the currently processed cells should be merged. Inherited from ASPxGridViewCustomCellMergeEventArgs.
RowVisibleIndex1 Gets the visible index of the row that contains the first cell currently being processed. Inherited from ASPxGridViewCustomCellMergeEventArgs.
RowVisibleIndex2 Gets the visible index of the row that contains the second cell currently being processed. Inherited from ASPxGridViewCustomCellMergeEventArgs.
Value1 Gets the value of the first cell currently being processed. Inherited from ASPxGridViewCustomCellMergeEventArgs.
Value2 Gets the value of the second cell currently being processed. Inherited from ASPxGridViewCustomCellMergeEventArgs.
See Also