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