Xceed Toolkit Plus for WPF v4.6 Documentation
TextTrimming Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnBase Class : TextTrimming Property
Gets or sets a value that indicates the text trimming behavior to employ when textual content overflows the content area.
Syntax
'Declaration
 
Public Property TextTrimming As TextTrimming
'Usage
 
Dim instance As ColumnBase
Dim value As TextTrimming
 
instance.TextTrimming = value
 
value = instance.TextTrimming
public TextTrimming TextTrimming {get; set;}

Property Value

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

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnBase Class
ColumnBase Members