DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / DateRangeFilter Class / Expanded Property

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