DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / CalendarFilterBase Class
Properties Methods Events


In This Topic
    CalendarFilterBase Class Members
    In This Topic

    The following tables list the members exposed by CalendarFilterBase.

    Public Properties
     NameDescription
    Public PropertyGets the settings of calendar.  
    Public PropertyGets or set the expanded state of current Filter. (Inherited from C1.DataFilter.Filter)
    Public PropertyOverridden. Gets the expression of the current filter.  
    Public PropertyGets or sets a value of header text of the current Filter. (Inherited from C1.DataFilter.Filter)
    Public PropertyOverridden. Gets a value indicating the current filter is applied or not.  
    Public PropertyGets a value indicating whether this filter was generated automatically. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets or sets the maximum allowable date.  
    Public PropertyGets or sets the maximum number of days that can be selected in the calendar.  
    Public PropertyGets or sets the minimum allowable date.  
    Public PropertyGets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets or sets an System.DateTime array of selected dates.  
    Public PropertyGets or sets a value indicating whether to show the header or not. (Inherited from C1.DataFilter.Filter)
    Public PropertyGets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.DataFilter.Filter)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Resets the filter value to the default value.  
    Public MethodSets a value of CalendarFilterBase class.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Filter.PropertyChanged event. (Inherited from C1.DataFilter.Filter)
    Protected MethodRaises the Filter.ValueChanged event. (Inherited from C1.DataFilter.Filter)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.DataFilter.Filter)
    Public EventOccurs when a value of current Filter changes. (Inherited from C1.DataFilter.Filter)
    Top
    See Also