Class GridTextColumnBase
Provides the base implementation of text formatting in the column.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public abstract class GridTextColumnBase : GridColumn, IDisposable, INotifyDependencyPropertyChanged, IFilterDefinition
Constructors
GridTextColumnBase()
Declaration
protected GridTextColumnBase()
Fields
TextDecorationsProperty
Identifies the Syncfusion.UI.Xaml.Grid.GridTextColumnBase.TextDecorations dependency property.
Declaration
public static readonly DependencyProperty TextDecorationsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the Syncfusion.UI.Xaml.Grid.GridTextColumnBase.TextDecorations dependency property.
TextTrimmingProperty
Identifies the TextTrimming dependency property.
Declaration
public static readonly DependencyProperty TextTrimmingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
Identifies the TextTrimming dependency property.
TextWrappingProperty
Identifies the TextWrapping dependency property.
Declaration
public static readonly DependencyProperty TextWrappingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the TextWrapping dependency property.
Properties
TextDecorations
Gets or sets a System.Windows.TextDecorationCollection that contains text decorations to apply on the cell content of the column.
Declaration
public TextDecorationCollection TextDecorations { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.TextDecorationCollection | One of the System.Windows.TextDecorationCollection enumeration that contains text decorations to apply to the cell content of the column. |
TextTrimming
Declaration
public TextTrimming TextTrimming { get; set; }
Property Value
Type |
---|
System.Windows.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 |
---|---|
System.Windows.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
Declaration
protected override void SetDisplayBindingConverter()
Overrides
Remarks
You can override this method to specify the converter for