Class DateTimePickerDesigner
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DateTimePickerDesigner : EJControlDesigner, IEJControlDesigner
Constructors
DateTimePickerDesigner()
Initializes a new instance of the DateTimePickerDesigner class.
Declaration
public DateTimePickerDesigner()
Properties
HostControl
Gets the DateTimePicker model values.
Declaration
public DateTimePicker HostControl { get; }
Property Value
Type | Description |
---|---|
DateTimePicker |
timePicker
Gets the DateTimePicker model.
Declaration
public DateTimePicker timePicker { get; }
Property Value
Type | Description |
---|---|
DateTimePicker |
Methods
GetControlString()
Get the html element of the Accordion control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |