Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationExpression Class / Name Property


In This Topic
    Name Property (ValidationExpression)
    In This Topic
    Gets or sets a string representing the reference ID of the criterion.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Name As String
    'Usage
     
    Dim instance As ValidationExpression
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    [DefaultValue("")]
    public string Name {get; set;}

    Property Value

    A string representing the reference ID of the criterion.
    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