Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / InputCellValueCriterion Class / FieldName Property


In This Topic
    FieldName Property (InputCellValueCriterion)
    In This Topic
    Gets or sets the field name of the Xceed.Grid.Cell being compared.
    Syntax
    'Declaration
     
    Public Property FieldName As String
    'Usage
     
    Dim instance As InputCellValueCriterion
    Dim value As String
     
    instance.FieldName = value
     
    value = instance.FieldName
    public string FieldName {get; set;}

    Property Value

    A string containing the name of the comparison field.
    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