TextWrappingProperty Field
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : TextWrappingProperty Field

Identifies the TextWrapping dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly TextWrappingProperty As DependencyProperty
C# 
public static readonly DependencyProperty TextWrappingProperty

Return Value

The identifier for the TextWrapping dependency property. By default, TextWrapping.NoWrap.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also