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.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public TextTrimming TextTrimming { get; set; }

Property Value

Type Description
Windows.UI.Xaml.TextTrimming

One of the Windows.UI.Xaml.TextTrimming enumeration values.

Remarks

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

See Also