alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ValidatorTemplateContext

    Defines members of validator template context object.

    Inheritance
    object
    ValidatorTemplateContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ValidatorTemplateContext

    Constructors

    ValidatorTemplateContext()

    Declaration
    public ValidatorTemplateContext()

    Properties

    Data

    Defines the current edited data.

    Declaration
    public object Data { get; set; }
    Property Value
    Type
    object

    EditContext

    Holds EditContext instance of the EditForm used by grid.

    Declaration
    public EditContext EditContext { get; set; }
    Property Value
    Type
    EditContext

    ShowValidationMessage

    Holds delegate instance to show hide validation message on the given editor.

    Declaration
    public Action<string, bool, string> ShowValidationMessage { get; set; }
    Property Value
    Type
    Action<string, bool, string>
    Remarks

    Accepts argument such as Field name(string), valid state(bool) and message(string) to show/hide popup validation message on the editor.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved