Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Docs & Resources
Productivity and Design Tools
Controls the type event which triggers validation in the component.
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
public enum ValidationEvent
The event is triggered when the value is committed with enter key or blur.
Declaration
Change = 1
Field Value
ValidationEvent
The event is triggered for each change in the input value.
Input = 0