[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.Multiline

Multiline Property

Multiline

Gets or sets whether the control can accept and display multiple lines of text.

Declaration
public bool Multiline { get; set; }
Public Property Multiline As Boolean
Property Value
Type Description
bool

true if the control is a multiline control; otherwise, false.
The default is false.

Remarks

A multiple-line control wraps text as the user types text extending beyond the text box when TextWrapping isn't NoWrap.

See Also