TextWrapping Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : TextWrapping Property

Gets or sets a value indicating how textual content should be wrapped.

Syntax

Visual Basic (Declaration) 
Public Property TextWrapping As TextWrapping
C# 
public TextWrapping TextWrapping {get; set;}

Return Value

A TextWrapping value indicating how textual content should be wrapped. By default, TextWrapping.NoWrap.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also