DatePicker Class
See Also  Members  
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace : DatePicker Class

Represents a control used to edit and display dates.

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="CalendarItemContainerStyle", StyleTargetType=System.Windows.Controls.ComboBoxItem)>
Public Class DatePicker 
   Inherits Control
   Implements ISupportInitializeIFrameworkInputElementIInputElementIHaveResourcesIAnimatableDUCE.IResource 
C# 
[StyleTypedPropertyAttribute(Property="CalendarItemContainerStyle", StyleTargetType=System.Windows.Controls.ComboBoxItem)]
public class DatePicker : Control, ISupportInitializeIFrameworkInputElementIInputElementIHaveResourcesIAnimatableDUCE.IResource  

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     Xceed.Wpf.Controls.DatePicker

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also