Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationCriterion Class / CriterionName Property


In This Topic
    CriterionName Property
    In This Topic
    Gets or sets a string that substitutes %name% variable in error messages to define the criterion.
    Syntax
    'Declaration
     
    Public Property CriterionName As String
    'Usage
     
    Dim instance As ValidationCriterion
    Dim value As String
     
    instance.CriterionName = value
     
    value = instance.CriterionName
    public string CriterionName {get; set;}

    Property Value

    A string defining the criterion that replaces %name% variable in error messages.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also