[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellStyle.WordWrap

WordWrap Property

WordWrap

Gets or sets whether long strings should automatically wrap within the cell.

Declaration
[Browsable(true)]
public bool WordWrap { get; set; }
Remarks

This property determines whether the grid should automatically break long strings that contain spaces and display them in multiple lines.

String that contain hard line breaks (vbCrLf or "\n\r") are always displayed in multiple lines.