CalendarDataBindingHandler::DataBindControl Method (IDesignerHost^, Control^)

 

Sets the calendar's date to the current day if the SelectedDate property is data-bound.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void DataBindControl(
	IDesignerHost^ designerHost,
	Control^ control
) override

Parameters

designerHost
Type: System.ComponentModel.Design::IDesignerHost^

The IDesignerHost for the document that contains the control.

control
Type: System.Web.UI::Control^

The Control to which data binding will be added.

.NET Framework
Available since 1.1
Return to top
Show: