A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue("")]
public virtual string DataSourceID { get; set; }
<DefaultValue("")>
Public Overridable Property DataSourceID As String
Property Value
Type | Default | Description |
---|---|---|
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
Feedback