Visual element that allows to pick up a date field which pops up a dialog containing a date editor.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
[TemplatePartAttribute(Name = "DateEditor", Type = typeof(C1DateSelector))]
[TemplatePartAttribute(Name = "TimeEditor", Type = typeof(C1TimeSelector))]
public class C1DateTimeSelector : Control, 
	INotifyPropertyChanged
Visual Basic
<TemplatePartAttribute(Name := "DateEditor", Type := GetType(C1DateSelector))> _
<TemplatePartAttribute(Name := "TimeEditor", Type := GetType(C1TimeSelector))> _
Public Class C1DateTimeSelector _
	Inherits Control _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          C1.Xaml..::..C1DateTimeSelector

See Also