ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationContext Class / NameValidator Property

In This Topic
    NameValidator Property
    In This Topic
    Gets a validator to use for name validation.
    Syntax
    'Declaration
     
    Public ReadOnly Property NameValidator As NameValidator
    public NameValidator NameValidator {get;}

    Property Value

    A NameValidator object of current validation context.
    See Also