Gets or sets the input type to apply to editing date time cells within the grid of the control; by default it is set to text; available values: text, date, datetime, and datetime-local.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual string DateTimePickerType { get; set; }
Visual Basic (Declaration)
Public Overridable Property DateTimePickerType As String

See Also