Skip to main content
All docs
V19.2

MVCxColumnComboBoxProperties.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.v19.2.dll

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

An object that represents the editor’s data source.

See Also