Class DatePickerCreator
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DatePickerCreator : Control, IHtmlString
Constructors
DatePickerCreator()
Initializes a new instance of the DatePickerCreator class.
Declaration
public DatePickerCreator()
DatePickerCreator(DatePicker)
Initializes a new instance of the DatePickerCreator class by the specified date picker object.
Declaration
public DatePickerCreator(DatePicker datepick)
Parameters
Type | Name | Description |
---|---|---|
DatePicker | datepick |
Properties
Model
Instance of the control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the date picker as 'ejDatePicker'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Gets the tag name of the button element as 'input'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the date picker control that should not be encoded again.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
Implements
System.Web.IHtmlString