Skip to main content
Tab

BinaryImageEditProperties.DescriptionUrlField Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public 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 editor obtains URLs pointing to detailed image description files.

Remarks

Use the DescriptionUrlField property to specify the name of the data source field that provides the location of the detailed image description files.

See Also