Gets or sets the string that specifies the display format for the Text of a C1MenuItem to which the C1MenuItemBinding object is applied.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LocalizableAttribute(true)]
[C1CategoryAttribute("Category.Databindings")]
[DefaultValueAttribute("")]
public string FormatString { get; set; }
Visual Basic (Declaration)
<LocalizableAttribute(True)> _
<C1CategoryAttribute("Category.Databindings")> _
<DefaultValueAttribute("")> _
Public Property FormatString As String
	Get
	Set

See Also