Skip to main content
A newer version of this page is available. .
Tab

HyperLinkProperties.ImageUrlField Property

Gets or sets the data source field that provides image locations for the inplace editor’s hyperlink.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field from which an inplace editor obtains its image’s location.

Remarks

If an editor is used inplace within the ASPxGridView’s column, the ImageUrlField property can be used to specify the name of the data source field that provides the hyperlink image location for the editor. If the image location is data bound to a field, the image URL in each row’s hyperlink editor is set to the corresponding value in the specified field.

For a standalone editor, the hyperlink image location can be specified via the ASPxHyperLink.ImageUrl property.

See Also