skmMenu: An ASP.NET Menu Control

Menu.DataSource Property

Sets or gets the name of the XML file or XmlDocument object that is the datasource for the menu.

public object DataSource {get; set;}

Remarks

The DataSource can be assigned either a string filename to an XML file, or an XmlDocument object. Attempting to assign the DataSource to something other than a string or XmlDocument will result in an ArgumentException being thrown.

See Also

Menu Class | skmMenu Namespace