Class TreeGridTextColumnBase
Provides the base implementation of text formatting in the column.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public abstract class TreeGridTextColumnBase : TreeGridColumn, IDisposable, IFilterDefinition
Constructors
TreeGridTextColumnBase()
Declaration
protected TreeGridTextColumnBase()
Fields
TextTrimmingProperty
Identifies the TextTrimming dependency property.
Declaration
public static readonly DependencyProperty TextTrimmingProperty
Field Value
Type |
---|
Microsoft.UI.Xaml.DependencyProperty |
Remarks
The identifier for the TextTrimming dependency property.
TextWrappingProperty
Identifies the TextWrapping dependency property.
Declaration
public static readonly DependencyProperty TextWrappingProperty
Field 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.Wrap. |
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.