Text for the check mark symbol.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
public string CheckMarkText { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property CheckMarkText As String

See Also