Click or drag to resize
StyleWrapText Property
Gets or sets text wrap.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(true)]
public bool WrapText { get; set; }

Property Value

Type: Boolean
If true, the text can be displayed in multiline cells.
See Also