Gets or sets the text caption for the toolbar item.

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

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
public override string Text { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
Public Overrides Property Text As String
	Get
	Set

Implements

IC1ToolBarItemCollectionOwner..::..Text

See Also