BootstrapGridViewSettingsBuilder.ShowGroupButtons(Boolean) Method
In This Article
Sets whether group expand buttons are displayed within group rows.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewSettingsBuilder ShowGroupButtons(
bool showGroupButtons
)
#Parameters
Name | Type |
---|---|
show |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also