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

HyperLinkProperties.NavigateUrlFormatString Property

Gets or sets the pattern used to format the navigation location for the inplace editor’s hyperlink.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "{0}"

A string value that represents the format pattern.

Remarks

If a hyperlink editor is used inplace within the ASPxGridView’s column the hyperlink’s URL in the editor is set to the corresponding value from the column’s bound data field. Use the NavigateUrlFormatString property to provide a custom format for the editor’s URL.

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the NavigateUrlFormatString property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also