CardViewBuilder<T>.NoDataTemplate(RazorBlock) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> NoDataTemplate(
RazorBlock templateContent
)
Parameters
Name | Type |
---|---|
templateContent | RazorBlock |
Returns
Type |
---|
CardViewBuilder<T> |
See Also