Table of Contents

Class DateTimePicker

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
[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

string

PART_TIMEPICKER

public const string PART_TIMEPICKER = "PART_TimePicker"

Field Value

string

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

Value

public DateTime? Value { get; set; }

Property Value

DateTime?

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()