Class DatePickerDesigner
Gets a collection of DatePicker values
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DatePickerDesigner : EJControlDesigner, IEJControlDesigner
Constructors
DatePickerDesigner()
Declaration
public DatePickerDesigner()
Properties
datepicker
Gets the date picker model.
Declaration
public DatePicker datepicker { get; }
Property Value
Type | Description |
---|---|
DatePicker |
Methods
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetDesignTimeHtml()
Declaration
public override string GetDesignTimeHtml()
Returns
Type | Description |
---|---|
System.String | Represents the markup code to render the control at design time. |