Class GridTextColumnBase
Provides the base implementation of text formatting in the column.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public abstract class GridTextColumnBase : GridColumn, IDisposable, INotifyDependencyPropertyChanged, IFilterDefinitionConstructors
GridTextColumnBase()
Declaration
protected GridTextColumnBase()Fields
TextTrimmingProperty
Identifies the TextTrimming dependency property.
Declaration
public static readonly DependencyProperty TextTrimmingPropertyField Value
| Type | 
|---|
| Microsoft.UI.Xaml.DependencyProperty | 
Remarks
Identifies the TextTrimming dependency property.
TextWrappingProperty
Identifies the TextWrapping dependency property.
Declaration
public static readonly DependencyProperty TextWrappingPropertyField Value
| Type | 
|---|
| Microsoft.UI.Xaml.DependencyProperty | 
Remarks
The identifier for the TextWrapping dependency property.
Properties
TextTrimming
Gets or sets the text trimming to apply when the cell content overflows the content area.
Declaration
public TextTrimming TextTrimming { get; set; }Property Value
| Type | Description | 
|---|---|
| Microsoft.UI.Xaml.TextTrimming | One of the Microsoft.UI.Xaml.TextTrimming values that specifies the text trimming behavior of cell content. The default value is Microsoft.UI.Xaml.TextTrimming.None. | 
TextWrapping
Gets or sets a value that indicates how cell content should wrap the text in the column.
Declaration
public TextWrapping TextWrapping { get; set; }Property Value
| Type | Description | 
|---|---|
| Microsoft.UI.Xaml.TextWrapping | One of the Microsoft.UI.Xaml.TextWrapping enumeration that specifies wrapping behavior of cell content. The default value is Microsoft.UI.Xaml.TextWrapping.NoWrap. | 
Methods
SetDisplayBindingConverter()
Sets the converter for the DisplayBinding of column.
Declaration
protected override void SetDisplayBindingConverter()Overrides
Remarks
You can override this method to specify the converter for DisplayBinding .