GridTextColumnBase.TextTrimming Property
In This Article
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 |
---|---|
Text |
One of the Text |
#Remarks
The TextTrimming property has no effect unless the GridTextColumnBase.TextWrapping property is set to NoWrap.
See Also