Skip to main content

ToolbarCustomDropDownBase.DataSourceID Property

Gets or sets the ID of the control 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

[DefaultValue("")]
public string DataSourceID { get; set; }

Property Value

Type Default Description
String String.Empty

The ID of a control that represents the data source from which the data-bound toolbar item retrieves its data.

See Also