Back to Devexpress

MenuSettingsBase.NavigateUrlFormatString Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-e3c681b7.md

latest1.8 KB
Original Source

MenuSettingsBase.NavigateUrlFormatString Property

Gets or sets the pattern used to format item navigation URLs.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string NavigateUrlFormatString { get; set; }
vb
Public Property NavigateUrlFormatString As String

Property Value

TypeDescription
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

NavigateUrlField

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace