WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeBase

    Show / Hide Table of Contents

    Class DateTimeBase

    Inheritance
    System.Object
    DateTimeBase
    DateTimeEdit
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class DateTimeBase : TextBox

    Constructors

    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 CanEditProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ContentElementVisibilityProperty

    Declaration
    public static readonly DependencyProperty ContentElementVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CultureInfoProperty

    Declaration
    public static readonly DependencyProperty CultureInfoProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CustomPatternProperty

    Declaration
    public static readonly DependencyProperty CustomPatternProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DateTimeFormatProperty

    Declaration
    public static readonly DependencyProperty DateTimeFormatProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DownRepeatButtonMarginProperty

    Declaration
    public static readonly DependencyProperty DownRepeatButtonMarginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DownRepeatButtonTemplateProperty

    Declaration
    public static readonly DependencyProperty DownRepeatButtonTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    DropDownButtonTemplateProperty

    Declaration
    public static readonly DependencyProperty DropDownButtonTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    EnableMouseWheelEditProperty

    Using a DependencyProperty as the backing store for EnableMouseWheelEdit. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty EnableMouseWheelEditProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FormatCalendarProperty

    Declaration
    public static readonly DependencyProperty FormatCalendarProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsButtonPopUpEnabledProperty

    Declaration
    public static readonly DependencyProperty IsButtonPopUpEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsCalendarEnabledProperty

    Declaration
    public static readonly DependencyProperty IsCalendarEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsCultureRightToLeftProperty

    Declaration
    public static readonly DependencyProperty IsCultureRightToLeftProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsDropDownOpenProperty

    Declaration
    public static readonly DependencyProperty IsDropDownOpenProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsEmptyDateEnabledProperty

    Declaration
    public static readonly DependencyProperty IsEmptyDateEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsEnabledRepeatButtonProperty

    Declaration
    public static readonly DependencyProperty IsEnabledRepeatButtonProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsPopupEnabledProperty

    Declaration
    public static readonly DependencyProperty IsPopupEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsVisibleRepeatButtonProperty

    Declaration
    public static readonly DependencyProperty IsVisibleRepeatButtonProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsWatchEnabledProperty

    Declaration
    public static readonly DependencyProperty IsWatchEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MaskedTextProperty

    Declaration
    public static readonly DependencyProperty MaskedTextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NoneDateTextProperty

    Declaration
    public static readonly DependencyProperty NoneDateTextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    PatternProperty

    Declaration
    public static readonly DependencyProperty PatternProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    PopupDelayProperty

    Declaration
    public static readonly DependencyProperty PopupDelayProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    RepeatButtonBackgroundProperty

    Declaration
    public static readonly DependencyProperty RepeatButtonBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    RepeatButtonBorderBrushProperty

    Declaration
    public static readonly DependencyProperty RepeatButtonBorderBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    RepeatButtonBorderThicknessProperty

    Declaration
    public static readonly DependencyProperty RepeatButtonBorderThicknessProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SelectWholeContentProperty

    Declaration
    public static readonly DependencyProperty SelectWholeContentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    UpRepeatButtonMarginProperty

    Declaration
    public static readonly DependencyProperty UpRepeatButtonMarginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    UpRepeatButtonTemplateProperty

    Declaration
    public static readonly DependencyProperty UpRepeatButtonTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    WatermarkVisibilityProperty

    Declaration
    public static readonly DependencyProperty WatermarkVisibilityProperty
    Field Value
    Type Description
    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

    true if this instance is enabled; otherwise, false.

    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 Description
    System.Globalization.CultureInfo

    CustomPattern

    Declaration
    public string CustomPattern { get; set; }
    Property Value
    Type Description
    System.String

    DateTimeFormat

    Declaration
    public DateTimeFormatInfo DateTimeFormat { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    FormatCalendar

    Declaration
    public Calendar FormatCalendar { get; set; }
    Property Value
    Type Description
    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

    true if this instance is button pop up enabled; otherwise, false.

    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

    true if this instance is calendar enabled; otherwise, false.

    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

    true if this instance is culture right to left; otherwise, false.

    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

    true if this instance is drop down open; otherwise, false.

    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

    true if this instance is empty date enabled; otherwise, false.

    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

    true if this instance is enabled repeat button; otherwise, false.

    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

    true if this instance is popup enabled; otherwise, false.

    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

    true if this instance is visible repeat button; otherwise, false.

    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

    true if this instance is watch enabled; otherwise, false.

    MaskedText

    Declaration
    public string MaskedText { get; set; }
    Property Value
    Type Description
    System.String

    NoneDateText

    Declaration
    public string NoneDateText { get; set; }
    Property Value
    Type Description
    System.String

    Pattern

    Declaration
    public DateTimePattern Pattern { get; set; }
    Property Value
    Type Description
    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

    true if [select whole content]; otherwise, false.

    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 CultureInfoChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    CustomPatternChanged

    Event that is raised when CustomPattern property is changed.

    Declaration
    public event PropertyChangedCallback CustomPatternChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    DownRepeatButtonMarginChanged

    Event that is raised when DownRepeatButtonMargin property is changed

    Declaration
    public event PropertyChangedCallback DownRepeatButtonMarginChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    DownRepeatButtonTemplateChanged

    Event that is raised when DownRepeatButtonTemplate property is changed

    Declaration
    public event PropertyChangedCallback DownRepeatButtonTemplateChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IsButtonPopUpEnabledChanged

    Event that is raised when IsButtonPopUpEnabled property is changed.

    Declaration
    public event PropertyChangedCallback IsButtonPopUpEnabledChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IsCalendarEnabledChanged

    Event that is raised when IsCalendarEnabled property is changed.

    Declaration
    public event PropertyChangedCallback IsCalendarEnabledChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IsDropDownOpenChanged

    Event that is raised when IsDropDownOpen property is changed.

    Declaration
    public event PropertyChangedCallback IsDropDownOpenChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IsEmptyDateEnabledChanged

    Event that is raised when IsEmptyDateEnabled property is changed.

    Declaration
    public event PropertyChangedCallback IsEmptyDateEnabledChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IsScrollingOnCircleChanged

    Event that is raised when IsScrollingOnCircle property is changed.

    Declaration
    public event PropertyChangedCallback IsScrollingOnCircleChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IsVisibleRepeatButtonChanged

    Event that is raised when IsVisibleRepeatButton property is changed.

    Declaration
    public event PropertyChangedCallback IsVisibleRepeatButtonChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    IsWatchEnabledChanged

    Fire on WatchEnabledChanged

    Declaration
    public event PropertyChangedCallback IsWatchEnabledChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    PatternChanged

    Event that is raised when Pattern property is changed.

    Declaration
    public event PropertyChangedCallback PatternChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    RepeatButtonBackgroundChanged

    Event that is raised when RepeatButtonBackground property is changed.

    Declaration
    public event PropertyChangedCallback RepeatButtonBackgroundChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    RepeatButtonBorderBrushChanged

    Event that is raised when RepeatButtonBorderBrush property is changed.

    Declaration
    public event PropertyChangedCallback RepeatButtonBorderBrushChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    RepeatButtonBorderThicknessChanged

    Event that is raised when RepeatButtonBorderThickness property is changed

    Declaration
    public event PropertyChangedCallback RepeatButtonBorderThicknessChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    UnderlyingDateTimeChanged

    Event that is raised when UnderlyingDateTime property is changed.

    Declaration
    public event PropertyChangedCallback UnderlyingDateTimeChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    UpRepeatButtonMarginChanged

    Event that is raised when UpRepeatButtonMargin property is changed

    Declaration
    public event PropertyChangedCallback UpRepeatButtonMarginChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback

    UpRepeatButtonTemplateChanged

    Event that is raised when UpRepeatButtonTemplate property is changed

    Declaration
    public event PropertyChangedCallback UpRepeatButtonTemplateChanged
    Event Type
    Type Description
    System.Windows.PropertyChangedCallback
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved