Skip to main content
Tab

ImageEditPropertiesBase.ImageUrlFormatString Property

Gets or sets the pattern used to format the URL that points to the image displayed in the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "{0}"

A string value that represents the format pattern.

Remarks

Use the ImageUrlFormatString property to provide a custom format, used to specify a URL representing the path to the image displayed in the editor.

Note

Display values can be formatted using the standard formatting mechanism. It allows you to format values using standard format patterns. Format specifiers for composing the format pattern are described in the Numeric Format Strings and Date and Time Format Strings topics.

For more details on how to use the ImageUrlFormatString property, refer to the following example:

View Example: Grid View for ASP.NET Web Forms - How to display an image in a grid's column

See Also