True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / EnableDateTimeEditor Property

In This Topic
    EnableDateTimeEditor Property (C1DataColumn)
    In This Topic
    Gets or sets a value indicating whether a DateTime picker is used to edit this column.
    Syntax
    'Declaration
     
    Public Property EnableDateTimeEditor As System.Boolean
    public System.bool EnableDateTimeEditor {get; set;}
    See Also