DataGridColumnBuilder<T>.AutoExpandGroup Method
| Name | Parameters | Description |
|---|---|---|
| AutoExpandGroup(JS) | value | Specifies whether groups appear expanded or not when records are grouped by a specific column. Setting this property makes sense only when grouping is allowed for this column. Mirrors the client-side autoExpandGroup option. |
| AutoExpandGroup(Boolean) | value | Specifies whether groups appear expanded or not when records are grouped by a specific column. Setting this property makes sense only when grouping is allowed for this column. Mirrors the client-side autoExpandGroup option. |