A newer version of this page is available.
Switch to the current version.
AutoCompleteBoxPropertiesBase.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.v18.2.dll
Declaration
[DefaultValue(null)]
public object DataSource { get; set; }
<DefaultValue(Nothing)>
Public Property DataSource As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
An object that represents the data source from which the data-bound editor retrieves its items. |
See Also
Feedback