[]
        
(Showing Draft Content)

C1.DataFilter.DateRangeFilterBase

DateRangeFilterBase Class

Base class represents a filter of dates with range slider or editors of range.

Inheritance
DateRangeFilterBase
Namespace: C1.DataFilter
Assembly: C1.WPF.DataFilter.4.6.2.dll
Syntax
public abstract class DateRangeFilterBase : Filter, INotifyPropertyChanged

Constructors

Name Description
DateRangeFilterBase(string, bool)

Initializes a new instance of the DateRangeFilterBase with the name of the data item property.

Properties

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.

Methods

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.