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:
C#
public class TelerikValidationSummary : ValidationBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentValidationBaseTelerikValidationSummary
Implements:
Inherited Members
Constructors
C#
public TelerikValidationSummary()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides: