BootstrapGridViewBehaviorSettingsBuilder.AutoExpandAllGroups(Boolean) Method
In This Article
Sets whether all group rows displayed within the GridView are automatically expanded.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder AutoExpandAllGroups(
bool autoExpandAllGroups
)
#Parameters
Name | Type |
---|---|
auto |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also