Menu.EnsureDataBound Method

Definition

Verifies that the menu control requires data binding and that a valid data source control is specified before calling the DataBind() method.

protected:
 override void EnsureDataBound();
protected override void EnsureDataBound ();
override this.EnsureDataBound : unit -> unit
Protected Overrides Sub EnsureDataBound ()

Remarks

Note

This method is used primarily by control developers to extend the Menu control.

Applies to