IGrid.AutoExpandAllGroupRows Property
In This Article
Specifies whether to expand all group rows automatically when the grid loads data or users interact with the grid.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(false)]
bool AutoExpandAllGroupRows { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
Refer to the AutoExpandAllGroupRows property description for more information and an example.
See Also