Gets or sets the value for the toolbar item.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, "")] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute("")] [LayoutAttribute(LayoutType.Behavior)] public virtual string Value { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, "")> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute("")> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Overridable Property Value As String Get Set |