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