ClassTelerikValidationSummary
Class
Displays a summary list of validation errors for the current EditContext. Use inside forms to show all messages produced by validation (e.g., DataAnnotations). Inherits behavior from ValidationBase.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikValidationSummary : ValidationBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentValidationBaseTelerikValidationSummary
Implements:
Inherited Members
Constructors
TelerikValidationSummary()
Declaration
cs-api-definition
public TelerikValidationSummary()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides