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 ASPx |
Merge |
Specifies if the currently processed cells should be merged.
Inherited from ASPx |
Row |
Gets the visible index of the row that contains the first cell currently being processed.
Inherited from ASPx |
Row |
Gets the visible index of the row that contains the second cell currently being processed.
Inherited from ASPx |
Value1 |
Gets the value of the first cell currently being processed.
Inherited from ASPx |
Value2 |
Gets the value of the second cell currently being processed.
Inherited from ASPx |
See Also