Skip to main content
A newer version of this page is available. .
Tab

ASPxGridLookup.DataSource Property

Gets or sets the object from which the data-bound editor retrieves its list of data items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override object DataSource { get; set; }

Property Value

Type Description
Object

An object that represents the editor’s data source.

See Also