Class GridTextColumnBase
Provides the base implementation of text formatting in the column.
Inheritance
System.Object
GridTextColumnBase
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public abstract class GridTextColumnBase : GridColumn, IDisposable, INotifyDependencyPropertyChanged, IFilterDefinition
Constructors
GridTextColumnBase()
Declaration
protected GridTextColumnBase()
Fields
TextTrimmingProperty
Identifies the TextTrimming dependency property.
Declaration
public static readonly DependencyProperty TextTrimmingProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Remarks
Identifies 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
Declaration
public TextTrimming TextTrimming { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.TextTrimming |
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 |
Methods
SetDisplayBindingConverter()
Sets the converter for the
Declaration
protected override void SetDisplayBindingConverter()
Overrides
Remarks
You can override this method to specify the converter for
Implements
System.IDisposable