C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / DateOnlyRangeFilter Class


DateOnlyRangeFilter Class Properties

For a list of all members of this type, see DateOnlyRangeFilter 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.WinUI.DataFilter.Filter)
Public PropertyFilter attached state. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets or sets a value indicating whether show the editors or not. (Inherited from C1.WinUI.DataFilter.RangeFilterBase<DateOnly>)
Public PropertyGets or sets the expression of the current Filter. (Inherited from C1.WinUI.DataFilter.RangeFilterBase<DateOnly>)
Public PropertyGets or sets a custom date format.  
Public PropertyGets or sets a value of header text of the current Filter. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets a value indicating the current Filter is applied or not. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets a value indicating whether this filter was generated automatically. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets or sets the current lower magnitude of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase<DateOnly>)
Public PropertyGets or sets the maximum value of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase<DateOnly>)
Public PropertyGets or sets the minimum value of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase<DateOnly>)
Public PropertyGets or sets the placeholder text.  
Public PropertyGets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets or sets a value indicating whether show the range slider or not. (Inherited from C1.WinUI.DataFilter.RangeFilterBase<DateOnly>)
Public PropertyGets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.WinUI.DataFilter.Filter)
Public PropertyGets or sets the current upper magnitude of the range. (Inherited from C1.WinUI.DataFilter.RangeFilterBase<DateOnly>)
Top
See Also