TreeView.DataBind Method

Definition

Calls the DataBind() method of the base class.

public:
 override void DataBind();
public override sealed void DataBind ();
override this.DataBind : unit -> unit
Public Overrides NotOverridable Sub DataBind ()

Remarks

Data bound controls should override the PerformDataBinding method instead of the DataBind method.

Applies to

See also