Skip to main content
Tab

GridViewGroupRowTemplateContainer.IsMergedGroup Property

Gets whether the group row is merged.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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