Back to Devexpress

MenuSettingsBase.TextFormatString Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-3c624cb0.md

latest1.8 KB
Original Source

MenuSettingsBase.TextFormatString Property

Gets or sets the pattern used to format menu item texts.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
String

A string value that is 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

Text

TextField

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace