Skip to main content

GridTextColumnBase.TextTrimming Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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