Skip to main content

ToolbarCustomDropDownBase.ImageUrlField Property

Gets or sets the data source field that provides image locations for the items within a toolbar item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the name of the required data source field.

Remarks

If a toolbar item is data bound (via the ToolbarCustomDropDownBase.DataSource or ToolbarCustomDropDownBase.DataSourceID property), the item populates its Items collection by retrieving items from the specified data source and obtaining item characteristics (such item texts, values or displayed images) from specific data fields. Use the ImageUrlField property to specify the data source field from which the item image locations should be obtained.

See Also