Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ConstantListCriterion Class / Operator Property


In This Topic
    Operator Property (ConstantListCriterion)
    In This Topic
    Gets or sets the operator used to compare a value with the ConstantList property.
    Syntax
    'Declaration
     
    Public Property Operator As CompareListOperator
    'Usage
     
    Dim instance As ConstantListCriterion
    Dim value As CompareListOperator
     
    instance.Operator = value
     
    value = instance.Operator
    public CompareListOperator Operator {get; set;}

    Property Value

    An CompareListOperator used to compare a value with the ConstantList property.
    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