Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public TextWrapping TextWrapping { get; set; }

Property Value

Type Description
TextWrapping

One of the TextWrapping enumeration values.

Remarks

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

See Also