BootstrapGridViewTemplatesBuilder.GroupRow(TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings>) Method
In This Article
Sets a template for displaying group rows.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewTemplatesBuilder GroupRow(
TemplateContentCallback<BootstrapGridViewGroupRowTemplateContainerSettings> templateBlock
)
#Parameters
Name | Type |
---|---|
template |
Template |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also