Class TreeGridTextColumnBase
Provides the base implementation of text formatting in the column.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.UWP.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 |
---|
Windows.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 |
---|
Windows.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 |
---|---|
Windows.UI.Xaml.TextTrimming | One of the System.Windows.TextTrimming values that specifies the text trimming behavior of cell content. The default value is System.Windows.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 |
---|---|
Windows.UI.Xaml.TextWrapping | One of the System.Windows.TextWrapping enumeration that specifies wrapping behavior of cell content. The default value is System.Windows.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.