Skip to main content
Tab

ImageEditPropertiesBase.DescriptionUrlField Property

Gets or sets the data source field which contains locations to image detailed descriptions of the inplace editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public virtual string DescriptionUrlField { 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 URLs pointing to detailed image description files.

Remarks

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

For a standalone editor, the image’s detailed description location can be specified via the ASPxImageBase.DescriptionUrl property.

See Also