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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if no default processing is required; otherwise false.

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