ClassTelerikValidationTooltip<TValue>
Displays validation errors in a tooltip next to the target input element(s). Target elements are matched via TargetSelector (CSS selector), and tooltip placement is controlled by Position. Binds to a field through the inherited For.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TValue
Syntax:
public class TelerikValidationTooltip<TValue> : ValidationMessageBase<TValue>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentValidationBaseValidationMessageBase<TValue>TelerikValidationTooltip<TValue>
Implements:
Inherited Members
Constructors
TelerikValidationTooltip()
Declaration
public TelerikValidationTooltip()
Properties
Position
Specifies the position of the Validation Tooltip in relation to its target.
Declaration
[Parameter]
public TooltipPosition Position { get; set; }
Property Value
TargetSelector
Specifies the selector for the target elements of the Validation Tooltip. Uses CSS-type selectors.
Declaration
[Parameter]
public string TargetSelector { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides