Gets or sets a value that indicates whether the text of the item is wrapped.

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

Syntax

C#
[DefaultValueAttribute(true)]
[NotifyParentPropertyAttribute(true)]
public bool WrapText { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
Public Property WrapText As Boolean

See Also