ClassValidationSettings
Class
Definition
Namespace:Telerik.Blazor.Components.Common.Grid
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class ValidationSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseValidationSettings
Implements:
Inherited Members
Constructors
ValidationSettings()
Declaration
cs-api-definition
protected ValidationSettings()
Properties
Enabled
Specifies whether the built-in validation of the component is enabled or not.
ValidatorTemplate
Defines a custom validator to be used instead of the default DataAnnotationsValidator.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ValidatorTemplate { get; set; }
Property Value