Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFilterItem Class / And Property


In This Topic
    And Property (CustomFilterItem)
    In This Topic
    Gets or sets the And relationship.
    Syntax
    'Declaration
     
    
    Public Property And As Boolean
    'Usage
     
    
    Dim instance As CustomFilterItem
    Dim value As Boolean
     
    instance.And = value
     
    value = instance.And
    public bool And {get; set;}
    See Also