[]
Represents a filter of DateTime values with range slider or editors of range.
public class DateTimeRangeFilter : RangeFilterBase<DateTime>, INotifyPropertyChanged
| Name | Description |
|---|---|
| DateTimeRangeFilter() | Initializes a new instance of the DateTimeRangeFilter. |
| Name | Description |
|---|---|
| DateFormat | Gets or sets the custom date format string. |
| DatePlaceholder | Gets or sets the date part placeholder text. |
| TimeFormat | Gets or sets the custom time format string. |
| TimeIncrement | Gets or sets the increment applied when the user pressed the up/down arrow keys in a time part. |
| TimePlaceholder | Gets or sets the time part placeholder text. |