C1.WPF.DataFilter Namespace / CalendarFilterBase Class


CalendarFilterBase Class Properties

For a list of all members of this type, see CalendarFilterBase members.

Public Properties
 NameDescription
Public PropertyGets the header that will be shown in the column header. if Filter.HeaderText is not specified the Filter.PropertyName property will be used. (Inherited from C1.WPF.DataFilter.Filter)
Public PropertyFilter attached state. (Inherited from C1.WPF.DataFilter.Filter)
Public PropertyGets the settings of calendar.  
Public PropertyOverridden. Gets or sets the expression of the current Filter.  
Public PropertyGets or sets a value of header text of the current Filter. (Inherited from C1.WPF.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.WPF.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.WPF.DataFilter.Filter)
Public PropertyGets or sets an System.DateTime array of selected dates.  
Public PropertyGets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WPF.DataFilter.Filter)
Top
See Also