Skip to main content

ToolbarCustomDropDownBase.DataSource Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

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

See Also