GridTextColumnBase.TextTrimming Property
In This Article
Gets or sets the text trimming behavior. 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 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