Gets or sets the text caption for the toolbar item.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] [LayoutAttribute(LayoutType.Behavior)] public override string Text { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("")> _ <BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Overrides Property Text As String Get Set |