CalendarDataBindingHandler.DataBindControl(IDesignerHost, Control) Method

Definition

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

public:
 override void DataBindControl(System::ComponentModel::Design::IDesignerHost ^ designerHost, System::Web::UI::Control ^ control);
public override void DataBindControl (System.ComponentModel.Design.IDesignerHost designerHost, System.Web.UI.Control control);
override this.DataBindControl : System.ComponentModel.Design.IDesignerHost * System.Web.UI.Control -> unit
Public Overrides Sub DataBindControl (designerHost As IDesignerHost, control As Control)

Parameters

designerHost
IDesignerHost

The IDesignerHost for the document that contains the control.

control
Control

The Control to which data binding will be added.

Applies to