[]
Represent ui for DateOnlyRangeFilter model.
[TemplatePart(Name = "LowerEditor", Type = typeof(C1DatePicker))]
[TemplatePart(Name = "UpperEditor", Type = typeof(C1DatePicker))]
public class DateOnlyRangeFilterPresenter : BaseRangeFilterPresenter<DateOnlyRangeFilter>, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDependencyObject
Name | Description |
---|---|
DateOnlyRangeFilterPresenter() | Initializes a new instance of the DateOnlyRangeFilterPresenter class. |
Name | Description |
---|---|
Dispose(bool) | |
ImplementLocalization() | Implement localization. |
OnApplyTemplate() | |
OnSliderLowerValueChanged(object, EventArgs) | Called when the lower value of the slider is changed. |
OnSliderUpperValueChanged(object, EventArgs) | Called when the upper value of the slider is changed. |