MenuDesigner.GetSampleDataSource 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.
Constructs a sample data source to use at design time for the associated control.
protected:
override System::Web::UI::IHierarchicalEnumerable ^ GetSampleDataSource();
protected override System.Web.UI.IHierarchicalEnumerable GetSampleDataSource ();
override this.GetSampleDataSource : unit -> System.Web.UI.IHierarchicalEnumerable
Protected Overrides Function GetSampleDataSource () As IHierarchicalEnumerable
Returns
An object implementing the IHierarchicalEnumerable to use as a data source for the associated Menu.
Remarks
The sample data source that is constructed by the GetSampleDataSource method has several root menu items with empty paths. This sample data source is used at design time if no menu items are defined for the associated Menu control and if the menu cannot be bound to a data source.