ComponentOne DataFilter for WPF
C1.DataFilter Namespace / Filter Class / Expanded Property

In This Topic
    Expanded Property
    In This Topic
    Gets or set the expanded state of current Filter.
    Syntax
    'Declaration
     
    
    Public Property Expanded As Boolean
    public bool Expanded {get; set;}
    See Also