[]
Base class represents a filter of dates with range slider or editors of range.
public abstract class DateRangeFilterBase : Filter, INotifyPropertyChanged
Name | Description |
---|---|
DateRangeFilterBase(string, bool) | Initializes a new instance of the DateRangeFilterBase with the name of the data item property. |
Name | Description |
---|---|
CalendarSettings | Gets the settings of calendar. |
EditorsVisible | Gets or sets a value indicating whether show the editors or not. |
Expression | Gets the expression of the current filter. |
Format | Gets or sets a custom date format. |
LowerValue | Gets or sets the current lower magnitude of the range. |
Maximum | Gets or sets the maximum value of the range. |
Minimum | Gets or sets the minimum value of the range. |
SliderVisible | Gets or sets a value indicating whether show the range slider or not. |
UpperValue | Gets or sets the current upper magnitude of the range. |
Name | Description |
---|---|
Reset(bool) | Resets the filter value to the default value. |
SetLowerValue(DateTime, bool) | Sets a lower value of BoolFilterBase class. |
SetUpperValue(DateTime, bool) | Sets a upper value of BoolFilterBase class. |