Class DateTimePicker
[TemplatePart(Name = "PART_DatePicker", Type = typeof(DatePicker))]
[TemplatePart(Name = "PART_TimePicker", Type = typeof(TimePicker))]
public sealed class DateTimePicker : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
DateTimePicker
- Implements
- Inherited Members
Fields
PART_DATEPICKER
public const string PART_DATEPICKER = "PART_DatePicker"
Field Value
PART_TIMEPICKER
public const string PART_TIMEPICKER = "PART_TimePicker"
Field Value
ValueProperty
public static readonly DependencyProperty ValueProperty
Field Value
Properties
Value
public DateTime? Value { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()