Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxColumnTokenBoxProperties.DataSource Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

An object that represents the editor’s data source.

See Also