Skip to main content
A newer version of this page is available. .

GridTextColumnBase.TextWrapping Property

Gets or sets whether the text wraps when it reaches the edge of the cell. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public TextWrapping TextWrapping { get; set; }

Property Value

Type Description
Windows.UI.Xaml.TextWrapping

One of the Windows.UI.Xaml.TextWrapping enumeration values.

Remarks

If text wrapping is enabled, the cell’s text automatically wraps if it overflows beyond the available width.

See Also