Uiinfrastructure API Docs  
 

DatePicker.Init Method

Initializes a new DatePicker Page Control with the given datetime as the preset value.

Overload List

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);

See Also

DatePicker Class | com.plumtree.uiinfrastructure.pagecontrols.datepicker Namespace