GridTextColumnBase.TextWrapping Property
In This Article
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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public TextWrapping TextWrapping { get; set; }
#Property Value
Type | Description |
---|---|
Text |
One of the Text |
#Remarks
If text wrapping is enabled, the cell’s text automatically wraps if it overflows beyond the available width.
See Also