Back to Devexpress

ASPxDataWebControlBase.DataSourceID Property

aspnet-devexpress-dot-web-dot-aspxdatawebcontrolbase-2dc39e7d.md

latest1.4 KB
Original Source

ASPxDataWebControlBase.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
[DefaultValue("")]
public virtual string DataSourceID { get; set; }
vb
<DefaultValue("")>
Public Overridable Property DataSourceID As String

Property Value

TypeDefaultDescription
StringString.Empty

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

ASPxDataWebControlBase Class

ASPxDataWebControlBase Members

DevExpress.Web Namespace