Gets or sets the text displayed for the item in a control.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] public string Text { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ Public Property Text As String |