ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / Condition Property



In This Topic
    Condition Property
    In This Topic
    Gets or sets the filter condition of item source.
    Syntax
    'Declaration
     
    
    Public Property Condition As Condition
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Condition
     
    instance.Condition = value
     
    value = instance.Condition
    public Condition Condition {get; set;}
    public:
    property Condition Condition {
       Condition get();
       void set (    Condition value);
    }
    See Also