Menu.EnsureDataBound Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.