The ID of a control that represents the data source from which the data-bound control retrieves its data. The default is System.String.Empty.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public override string DataSourceID { get; set; }
Visual Basic (Declaration)
Public Overrides Property DataSourceID As String
	Get
	Set

See Also