ASPxGridViewCustomCellMergeEventArgs.Handled Property
Specifies if merging of the currently processed cells is handled manually, so no default processing is required.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set the Handled property to true to manually specify if the currently processed cells should be merged. To merge the cells, set the ASPxGridViewCustomCellMergeEventArgs.Merge property to true.
See Also