ClassTelerikValidationMessage<TValue>
Class
Displays validation messages for a bound field within a Blazor edit context. Use inside forms to show errors for the field specified in the inherited For. Optionally set an element id via Id for accessibility.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TValue
Syntax:
cs-api-definition
public class TelerikValidationMessage<TValue> : ValidationMessageBase<TValue>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentValidationBaseValidationMessageBase<TValue>TelerikValidationMessage<TValue>
Implements:
Inherited Members
Constructors
TelerikValidationMessage()
Declaration
cs-api-definition
public TelerikValidationMessage()
Properties
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides