Initializes a new DatePicker Page Control with the given datetime as the preset value.
Inherited from AComponent.
public virtual void Init(PageMgr,string);
Initializes a new DatePicker Page Control with the given datetime as the preset value.
public override void Init(string,XPDateTime,PageMgr,string);
initializes a new HTMLDatePicker object with the month, day and year blank
public override void Init(string,PageMgr,string);
DatePicker Class | com.plumtree.uiinfrastructure.pagecontrols.datepicker Namespace