TextTrimming Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Column Class : TextTrimming Property

Gets or sets a value that indicates the text trimming behavior to employ when textual content overflows the content area.

Syntax

Visual Basic (Declaration) 
Public Property TextTrimming As TextTrimming
C# 
public TextTrimming TextTrimming {get; set;}

Return Value

A TextTrimming enumeration that specifies the text trimming behavior to employ when textual content overflows the content area. By default, TextTrimming.CharacterEllipsis.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also