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

GridViewGroupRowTemplateContainer.IsMergedGroup Property

Gets whether the group row is merged.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsMergedGroup { get; }

Property Value

Type Description
Boolean

true, if the group row is merged; otherwise, false.

See Also