Skip to main content
Tab

ASPxGridViewCustomCellMergeEventArgs.Merge Property

Specifies if the currently processed cells should be merged.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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