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

ASPxGridViewCustomCellMergeEventArgs.Merge Property

Specifies if the currently processed cells should be merged.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public bool Merge { get; set; }

Property Value

Type Description
Boolean

true to merge the currently processed cells; otherwise false.

Remarks

When the ASPxGridViewCustomCellMergeEventArgs.Handled property is set to true, you can use the Merge property to manually specify if the currently processed cells should be merged.

See Also