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

BinaryImageEditProperties.AlternateTextFormatString Property

Gets or sets the pattern used to format the image’s alternate text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "{0}"

A string value that is the format pattern.

Remarks

Use the AlternateTextFormatString property to provide a custom format which is used to display the editor’s alternate text specified by the BinaryImageEditProperties.AlternateText or BinaryImageEditProperties.AlternateTextField property.

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.

See Also