Back to Devexpress

ASPxHierarchicalDataWebControl.DataSourceID Property

aspnet-devexpress-dot-web-dot-aspxhierarchicaldatawebcontrol.md

latest1.3 KB
Original Source

ASPxHierarchicalDataWebControl.DataSourceID Property

Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override string DataSourceID { get; set; }
vb
Public Overrides Property DataSourceID As String

Property Value

TypeDescription
String

The ID of a control that represents the data source from which the data-bound control retrieves its data.

|

Remarks

This property cannot be set by themes or style sheet themes.

See Also

DataSource

ASPxHierarchicalDataWebControl Class

ASPxHierarchicalDataWebControl Members

DevExpress.Web Namespace