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

GridTextColumnBase.TextTrimming Property

Gets or sets the text trimming behavior. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(TextTrimming.None, Handler = "UpdateCellsTextProperties")]
public TextTrimming TextTrimming { get; set; }

Property Value

Type Description
TextTrimming

One of the TextTrimming enumeration values.

Remarks

The TextTrimming property has no effect unless the GridTextColumnBase.TextWrapping property is set to NoWrap.

See Also