Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / Condition Property

In This Topic
    Condition Property (C1ComboBox)
    In This Topic
    Gets or sets the filter condition of item source.
    Syntax
    'Declaration
     
    
    Public Property Condition As Condition
    public Condition Condition {get; set;}
    See Also