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