Skip to main content
Tab

BinaryImageEditProperties.ToolTipFormatString Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "{0}"

A string value that is the format pattern.

Remarks

Use the ToolTipFormatString property to provide a custom format used to display the editor’s tooltip text. This text is specified by the BinaryImageEditProperties.ToolTip or BinaryImageEditProperties.ToolTipField 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