FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Condition Class / IsAnd Property

In This Topic
    IsAnd Property (Condition)
    In This Topic
    Gets or sets a value that specifies how the condition is combined with other conditions.
    Syntax
    'Declaration
     
    
    Public Property IsAnd As Boolean
    public bool IsAnd {get; set;}
    Remarks
    Set IsAnd to true to combibine condition with And logical operation. Set IsAnd to false to combibine condition with Or logical operation.
    See Also