Class DateTimeBase
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class DateTimeBase : TextBoxConstructors
DateTimeBase()
Declaration
public DateTimeBase()Fields
CanEditProperty
Using a DependencyProperty as the backing store for CanEdit. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CanEditPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
ContentElementVisibilityProperty
Declaration
public static readonly DependencyProperty ContentElementVisibilityPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
CultureInfoProperty
Declaration
public static readonly DependencyProperty CultureInfoPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
CustomPatternProperty
Declaration
public static readonly DependencyProperty CustomPatternPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
DateTimeFormatProperty
Declaration
public static readonly DependencyProperty DateTimeFormatPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
DownRepeatButtonMarginProperty
Declaration
public static readonly DependencyProperty DownRepeatButtonMarginPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
DownRepeatButtonTemplateProperty
Declaration
public static readonly DependencyProperty DownRepeatButtonTemplatePropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
DropDownButtonTemplateProperty
Declaration
public static readonly DependencyProperty DropDownButtonTemplatePropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
EnableMouseWheelEditProperty
Using a DependencyProperty as the backing store for EnableMouseWheelEdit. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableMouseWheelEditPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
FormatCalendarProperty
Declaration
public static readonly DependencyProperty FormatCalendarPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsButtonPopUpEnabledProperty
Declaration
public static readonly DependencyProperty IsButtonPopUpEnabledPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsCalendarEnabledProperty
Declaration
public static readonly DependencyProperty IsCalendarEnabledPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsCultureRightToLeftProperty
Declaration
public static readonly DependencyProperty IsCultureRightToLeftPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsDropDownOpenProperty
Declaration
public static readonly DependencyProperty IsDropDownOpenPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsEmptyDateEnabledProperty
Declaration
public static readonly DependencyProperty IsEmptyDateEnabledPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsEnabledRepeatButtonProperty
Declaration
public static readonly DependencyProperty IsEnabledRepeatButtonPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsPopupEnabledProperty
Declaration
public static readonly DependencyProperty IsPopupEnabledPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsVisibleRepeatButtonProperty
Declaration
public static readonly DependencyProperty IsVisibleRepeatButtonPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
IsWatchEnabledProperty
Declaration
public static readonly DependencyProperty IsWatchEnabledPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
MaskedTextProperty
Declaration
public static readonly DependencyProperty MaskedTextPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
NoneDateTextProperty
Declaration
public static readonly DependencyProperty NoneDateTextPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
PatternProperty
Declaration
public static readonly DependencyProperty PatternPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
PopupDelayProperty
Declaration
public static readonly DependencyProperty PopupDelayPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
RepeatButtonBackgroundProperty
Declaration
public static readonly DependencyProperty RepeatButtonBackgroundPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
RepeatButtonBorderBrushProperty
Declaration
public static readonly DependencyProperty RepeatButtonBorderBrushPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
RepeatButtonBorderThicknessProperty
Declaration
public static readonly DependencyProperty RepeatButtonBorderThicknessPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
SelectWholeContentProperty
Declaration
public static readonly DependencyProperty SelectWholeContentPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
UpRepeatButtonMarginProperty
Declaration
public static readonly DependencyProperty UpRepeatButtonMarginPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
UpRepeatButtonTemplateProperty
Declaration
public static readonly DependencyProperty UpRepeatButtonTemplatePropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
WatermarkVisibilityProperty
Declaration
public static readonly DependencyProperty WatermarkVisibilityPropertyField Value
| Type | 
|---|
| System.Windows.DependencyProperty | 
Properties
CanEdit
Gets or sets a value indicating whether this instance is Can Edit the datetime.
Declaration
public bool CanEdit { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
ContentElementVisibility
Gets or sets the content element visibility.
Declaration
public Visibility ContentElementVisibility { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Visibility | The content element visibility. | 
CultureInfo
Declaration
public CultureInfo CultureInfo { get; set; }Property Value
| Type | 
|---|
| System.Globalization.CultureInfo | 
CustomPattern
Declaration
public string CustomPattern { get; set; }Property Value
| Type | 
|---|
| System.String | 
DateTimeFormat
Declaration
public DateTimeFormatInfo DateTimeFormat { get; set; }Property Value
| Type | 
|---|
| System.Globalization.DateTimeFormatInfo | 
DownRepeatButtonMargin
Gets or sets down repeat button margin.
Declaration
public Thickness DownRepeatButtonMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Thickness | Down repeat button margin. | 
DownRepeatButtonTemplate
Gets or sets down repeat button template.
Declaration
public ControlTemplate DownRepeatButtonTemplate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Controls.ControlTemplate | Down repeat button template. | 
DropDownButtonTemplate
Gets or sets the drop down button template.
Declaration
public ControlTemplate DropDownButtonTemplate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Controls.ControlTemplate | The drop down button template. | 
EnableMouseWheelEdit
Gets or sets EnableMouseWheelEdit
Declaration
public bool EnableMouseWheelEdit { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
FormatCalendar
Declaration
public Calendar FormatCalendar { get; set; }Property Value
| Type | 
|---|
| System.Globalization.Calendar | 
IsButtonPopUpEnabled
Gets or sets a value indicating whether this instance is button pop up enabled.
Declaration
public bool IsButtonPopUpEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsCalendarEnabled
Gets or sets a value indicating whether this instance is calendar enabled.
Declaration
public bool IsCalendarEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsCultureRightToLeft
Gets or sets a value indicating whether this instance is culture right to left.
Declaration
public bool IsCultureRightToLeft { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsDropDownOpen
Gets or sets a value indicating whether this instance is drop down open.
Declaration
public bool IsDropDownOpen { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsEmptyDateEnabled
Gets or sets a value indicating whether this instance is empty date enabled.
Declaration
public bool IsEmptyDateEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsEnabledRepeatButton
Gets or sets a value indicating whether this instance is enabled repeat button.
Declaration
public bool IsEnabledRepeatButton { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsPopupEnabled
Gets or sets a value indicating whether this instance is popup enabled.
Declaration
public bool IsPopupEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsVisibleRepeatButton
Gets or sets a value indicating whether this instance is visible repeat button.
Declaration
public bool IsVisibleRepeatButton { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
IsWatchEnabled
Gets or sets a value indicating whether this instance is watch enabled.
Declaration
public bool IsWatchEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
MaskedText
Declaration
public string MaskedText { get; set; }Property Value
| Type | 
|---|
| System.String | 
NoneDateText
Declaration
public string NoneDateText { get; set; }Property Value
| Type | 
|---|
| System.String | 
Pattern
Declaration
public DateTimePattern Pattern { get; set; }Property Value
| Type | 
|---|
| DateTimePattern | 
PopupDelay
Gets or sets the popup delay.
Declaration
public TimeSpan PopupDelay { get; set; }Property Value
| Type | Description | 
|---|---|
| System.TimeSpan | The popup delay. | 
RepeatButtonBackground
Gets or sets the repeat button background.
Declaration
public Brush RepeatButtonBackground { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Media.Brush | The repeat button background. | 
RepeatButtonBorderBrush
Gets or sets the repeat button border brush.
Declaration
public Brush RepeatButtonBorderBrush { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Media.Brush | The repeat button border brush. | 
RepeatButtonBorderThickness
Gets or sets the repeat button border thickness.
Declaration
public Thickness RepeatButtonBorderThickness { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Thickness | The repeat button border thickness. | 
SelectWholeContent
Gets or sets a value indicating whether [select whole content].
Declaration
public bool SelectWholeContent { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
UpRepeatButtonMargin
Gets or sets up repeat button margin.
Declaration
public Thickness UpRepeatButtonMargin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Thickness | Up repeat button margin. | 
UpRepeatButtonTemplate
Gets or sets up repeat button template.
Declaration
public ControlTemplate UpRepeatButtonTemplate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Controls.ControlTemplate | Up repeat button template. | 
WatermarkVisibility
Gets or sets the watermark visibility.
Declaration
public Visibility WatermarkVisibility { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Windows.Visibility | The watermark visibility. | 
Methods
BasePropertiesChanged()
Bases the properties changed.
Declaration
protected virtual void BasePropertiesChanged()CheckPopUpStatus(DependencyObject)
Checks the pop up status.
Declaration
public void CheckPopUpStatus(DependencyObject obj)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
OnContextMenuOpening(ContextMenuEventArgs)
Called whenever an unhandled System.Windows.FrameworkElement.ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
Declaration
protected override void OnContextMenuOpening(ContextMenuEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Controls.ContextMenuEventArgs | e | Arguments of the event. | 
OnCultureChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [culture changed].
Declaration
public static void OnCultureChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnCultureChanged(DependencyPropertyChangedEventArgs)
Raises the CultureChanged event.
Declaration
protected void OnCultureChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnCustomPatternChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [custom pattern changed].
Declaration
public static void OnCustomPatternChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnCustomPatternChanged(DependencyPropertyChangedEventArgs)
Raises the CustomPatternChanged event.
Declaration
protected void OnCustomPatternChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDateTimeFormatChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [date time format changed].
Declaration
public static void OnDateTimeFormatChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDateTimeFormatChanged(DependencyPropertyChangedEventArgs)
Raises the DateTimeFormatChanged event.
Declaration
protected void OnDateTimeFormatChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDownRepeatButtonMarginChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [down repeat button margin changed].
Declaration
public static void OnDownRepeatButtonMarginChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDownRepeatButtonMarginChanged(DependencyPropertyChangedEventArgs)
Raises the DownRepeatButtonMarginChanged event.
Declaration
protected void OnDownRepeatButtonMarginChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDownRepeatButtonTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [down repeat button template changed].
Declaration
public static void OnDownRepeatButtonTemplateChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDownRepeatButtonTemplateChanged(DependencyPropertyChangedEventArgs)
Raises the DownRepeatButtonTemplateChanged event.
Declaration
protected void OnDownRepeatButtonTemplateChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDragEnter(DragEventArgs)
Invoked whenever an unhandled System.Windows.DragDrop.DragEnter attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event.
Declaration
protected override void OnDragEnter(DragEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DragEventArgs | e | Provides data about the event. | 
OnDropDownButtonTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [drop down button template changed].
Declaration
public static void OnDropDownButtonTemplateChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnDropDownButtonTemplateChanged(DependencyPropertyChangedEventArgs)
Raises the DropDownButtonTemplateChanged event.
Declaration
protected void OnDropDownButtonTemplateChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsButtonPopUpEnabledChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is button pop up enabled changed].
Declaration
public static void OnIsButtonPopUpEnabledChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsButtonPopUpEnabledChanged(DependencyPropertyChangedEventArgs)
Raises the IsButtonPopUpEnabledChanged event.
Declaration
protected void OnIsButtonPopUpEnabledChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsCalendarEnabledChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is calendar enabled changed].
Declaration
public static void OnIsCalendarEnabledChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsCalendarEnabledChanged(DependencyPropertyChangedEventArgs)
Raises the IsCalendarEnabledChanged event.
Declaration
protected void OnIsCalendarEnabledChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsDropDownOpenChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is drop down open changed].
Declaration
public static void OnIsDropDownOpenChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsDropDownOpenChanged(DependencyPropertyChangedEventArgs)
Raises the IsDropDownOpenChanged event.
Declaration
protected void OnIsDropDownOpenChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsEditableChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is editable changed].
Declaration
public static void OnIsEditableChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | d | The d. | 
| System.Windows.DependencyPropertyChangedEventArgs | e | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsEmptyDateEnabledChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is empty date enabled changed].
Declaration
public static void OnIsEmptyDateEnabledChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsEmptyDateEnabledChanged(DependencyPropertyChangedEventArgs)
Raises the IsEmptyDateEnabledChanged event.
Declaration
protected void OnIsEmptyDateEnabledChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsScrollingOnCircleChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is scrolling on circle changed].
Declaration
public static void OnIsScrollingOnCircleChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsScrollingOnCircleChanged(DependencyPropertyChangedEventArgs)
Raises the IsScrollingOnCircleChanged event.
Declaration
protected void OnIsScrollingOnCircleChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsVisibleRepeatButtonChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is visible repeat button changed].
Declaration
public static void OnIsVisibleRepeatButtonChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsVisibleRepeatButtonChanged(DependencyPropertyChangedEventArgs)
Raises the IsVisibleRepeatButtonChanged event.
Declaration
protected void OnIsVisibleRepeatButtonChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsWatchEnabledChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [is watch enabled changed].
Declaration
public static void OnIsWatchEnabledChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnIsWatchEnabledChanged(DependencyPropertyChangedEventArgs)
Raises the IsWatchEnabledChanged event.
Declaration
protected void OnIsWatchEnabledChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnPatternChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [pattern changed].
Declaration
public static void OnPatternChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnPatternChanged(DependencyPropertyChangedEventArgs)
Raises the PatternChanged event.
Declaration
protected void OnPatternChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnRepeatButtonBackgroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [repeat button background changed].
Declaration
public static void OnRepeatButtonBackgroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnRepeatButtonBackgroundChanged(DependencyPropertyChangedEventArgs)
Raises the RepeatButtonBackgroundChanged event.
Declaration
protected void OnRepeatButtonBackgroundChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnRepeatButtonBorderBrushChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [repeat button border brush changed].
Declaration
public static void OnRepeatButtonBorderBrushChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnRepeatButtonBorderBrushChanged(DependencyPropertyChangedEventArgs)
Raises the RepeatButtonBorderBrushChanged event.
Declaration
protected void OnRepeatButtonBorderBrushChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnRepeatButtonBorderThicknessChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [repeat button border thickness changed].
Declaration
public static void OnRepeatButtonBorderThicknessChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnRepeatButtonBorderThicknessChanged(DependencyPropertyChangedEventArgs)
Raises the RepeatButtonBorderThicknessChanged event.
Declaration
protected void OnRepeatButtonBorderThicknessChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnUnderlyingDateTimeChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [underlying date time changed].
Declaration
public static void OnUnderlyingDateTimeChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnUnderlyingDateTimeChanged(DependencyPropertyChangedEventArgs)
Raises the UnderlyingDateTimeChanged event.
Declaration
protected void OnUnderlyingDateTimeChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnUpRepeatButtonMarginChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [up repeat button margin changed].
Declaration
public static void OnUpRepeatButtonMarginChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnUpRepeatButtonMarginChanged(DependencyPropertyChangedEventArgs)
Raises the UpRepeatButtonMarginChanged event.
Declaration
protected void OnUpRepeatButtonMarginChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnUpRepeatButtonTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [up repeat button template changed].
Declaration
public static void OnUpRepeatButtonTemplateChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnUpRepeatButtonTemplateChanged(DependencyPropertyChangedEventArgs)
Raises the UpRepeatButtonTemplateChanged event.
Declaration
protected void OnUpRepeatButtonTemplateChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnWatermarkVisibilityChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [watermark visibility changed].
Declaration
public static void OnWatermarkVisibilityChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyObject | obj | The obj. | 
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
OnWatermarkVisibilityChanged(DependencyPropertyChangedEventArgs)
Raises the WatermarkVisibilityChanged event.
Declaration
protected void OnWatermarkVisibilityChanged(DependencyPropertyChangedEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | args | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. | 
Events
CultureInfoChanged
Event that is raised when CultureInfo property is changed.
Declaration
public event PropertyChangedCallback CultureInfoChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
CustomPatternChanged
Event that is raised when CustomPattern property is changed.
Declaration
public event PropertyChangedCallback CustomPatternChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
DownRepeatButtonMarginChanged
Event that is raised when DownRepeatButtonMargin property is changed
Declaration
public event PropertyChangedCallback DownRepeatButtonMarginChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
DownRepeatButtonTemplateChanged
Event that is raised when DownRepeatButtonTemplate property is changed
Declaration
public event PropertyChangedCallback DownRepeatButtonTemplateChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
IsButtonPopUpEnabledChanged
Event that is raised when IsButtonPopUpEnabled property is changed.
Declaration
public event PropertyChangedCallback IsButtonPopUpEnabledChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
IsCalendarEnabledChanged
Event that is raised when IsCalendarEnabled property is changed.
Declaration
public event PropertyChangedCallback IsCalendarEnabledChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
IsDropDownOpenChanged
Event that is raised when IsDropDownOpen property is changed.
Declaration
public event PropertyChangedCallback IsDropDownOpenChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
IsEmptyDateEnabledChanged
Event that is raised when IsEmptyDateEnabled property is changed.
Declaration
public event PropertyChangedCallback IsEmptyDateEnabledChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
IsScrollingOnCircleChanged
Event that is raised when IsScrollingOnCircle property is changed.
Declaration
public event PropertyChangedCallback IsScrollingOnCircleChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
IsVisibleRepeatButtonChanged
Event that is raised when IsVisibleRepeatButton property is changed.
Declaration
public event PropertyChangedCallback IsVisibleRepeatButtonChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
IsWatchEnabledChanged
Fire on WatchEnabledChanged
Declaration
public event PropertyChangedCallback IsWatchEnabledChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
PatternChanged
Event that is raised when Pattern property is changed.
Declaration
public event PropertyChangedCallback PatternChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
RepeatButtonBackgroundChanged
Event that is raised when RepeatButtonBackground property is changed.
Declaration
public event PropertyChangedCallback RepeatButtonBackgroundChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
RepeatButtonBorderBrushChanged
Event that is raised when RepeatButtonBorderBrush property is changed.
Declaration
public event PropertyChangedCallback RepeatButtonBorderBrushChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
RepeatButtonBorderThicknessChanged
Event that is raised when RepeatButtonBorderThickness property is changed
Declaration
public event PropertyChangedCallback RepeatButtonBorderThicknessChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
UnderlyingDateTimeChanged
Event that is raised when UnderlyingDateTime property is changed.
Declaration
public event PropertyChangedCallback UnderlyingDateTimeChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
UpRepeatButtonMarginChanged
Event that is raised when UpRepeatButtonMargin property is changed
Declaration
public event PropertyChangedCallback UpRepeatButtonMarginChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback | 
UpRepeatButtonTemplateChanged
Event that is raised when UpRepeatButtonTemplate property is changed
Declaration
public event PropertyChangedCallback UpRepeatButtonTemplateChangedEvent Type
| Type | 
|---|
| System.Windows.PropertyChangedCallback |