GridTextColumnBase.TextTrimming Property
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
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