Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class
Members

In This Topic
    C1DateEdit Class
    In This Topic
    Displays and edits date and/or time values. Includes a dropdown calendar for easy input of datetime values.
    Object Model
    C1DateEdit Class
    Syntax
    'Declaration
     
    
    Public Class C1DateEdit 
       Inherits C1.Win.C1Input.C1DropDownControl
    public class C1DateEdit : C1.Win.C1Input.C1DropDownControl 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.TextBoxBase
                   System.Windows.Forms.TextBox
                      C1.Win.C1Input.C1TextBox
                         C1.Win.C1Input.C1DropDownControl
                            C1.Win.Calendar.C1DateEdit

    See Also