Gets or sets a value indicating whether the contents of a cell wrap in the cell.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [ThemeableAttribute(true)] public override bool Wrap { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <ThemeableAttribute(True)> _ Public Overrides Property Wrap As Boolean Get Set |