Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

ASPxEditBase.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.1.dll

Declaration

public override object DataSource { get; set; }

Property Value

Type Description
Object

An object that represents the data source from which the data-bound editor retrieves its items.

Remarks

The ASPxEditBase class introduces the DataSource property to prevent it from appearing in Microsoft Visual Studio designer tools for all descendant editors. Note that some classes which require the functionality provided by this property may override it for their own needs.

See Also