BinaryImageEditProperties.DescriptionUrlField Property
Gets or sets the data source field which contains locations of image detailed descriptions.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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