Back to Devexpress

ASPxGridLookup.DataSourceID Property

aspnet-devexpress-dot-web-dot-aspxgridlookup-2e194e3b.md

latest1.4 KB
Original Source

ASPxGridLookup.DataSourceID Property

Gets or sets the ID of the control from which the data-bound editor 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 editor retrieves its items.

|

Remarks

Online Example

View Example: Grid View for ASP.NET Web Forms - How to use a two-way data-bound grid lookup in the grid's edit form

See Also

DataSource

ASPxGridLookup

ASPxGridLookup Class

ASPxGridLookup Members

DevExpress.Web Namespace