Skip to main content
Tab

NavBarDataFields.NavigateUrlFormatString Property

Gets or sets the pattern used to format the navigate URLs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract string NavigateUrlFormatString { get; set; }

Property Value

Type Description
String

A string value that represents the format pattern.

Remarks

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