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.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(TextWrapping.NoWrap, Handler = "UpdateCellsTextProperties")]
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