WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridTextColumnBase

    Show / Hide Table of Contents

    Class TreeGridTextColumnBase

    Provides the base implementation of text formatting in the column.

    Inheritance
    System.Object
    SfGridColumnBase<SfGridBase>
    GridColumnBase
    TreeGridColumn
    TreeGridTextColumnBase
    TreeGridDateTimeColumn
    TreeGridEditorColumn
    TreeGridMaskColumn
    TreeGridTemplateColumn
    TreeGridTextColumn
    Implements
    System.IDisposable
    IFilterDefinition
    Inherited Members
    TreeGridColumn.FilterPopupStyleProperty
    TreeGridColumn.FilterPopupTemplateProperty
    TreeGridColumn.ColumnSizerProperty
    TreeGridColumn.AllowDraggingProperty
    TreeGridColumn.AllowResizingProperty
    TreeGridColumn.AllowFilteringProperty
    TreeGridColumn.ImmediateUpdateColumnFilterProperty
    TreeGridColumn.AllowBlankFiltersProperty
    TreeGridColumn.OnCellTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
    TreeGridColumn.CreateInstanceCore()
    TreeGridColumn.CanAllowSpinOnMouseScroll()
    TreeGridColumn.OnCellTemplateChanged(DependencyPropertyChangedEventArgs)
    TreeGridColumn.SetCellType(String)
    TreeGridColumn.Dispose(Boolean)
    TreeGridColumn.UpdateBindingBasedOnAllowEditing()
    TreeGridColumn.CanFocus()
    TreeGridColumn.CellType
    TreeGridColumn.FilterPopupStyle
    TreeGridColumn.FilterPopupTemplate
    TreeGridColumn.ColumnSizer
    TreeGridColumn.AllowDragging
    TreeGridColumn.AllowResizing
    TreeGridColumn.AllowFiltering
    TreeGridColumn.TreeGrid
    TreeGridColumn.FilterPredicates
    TreeGridColumn.FilterBehavior
    TreeGridColumn.ColumnFilter
    TreeGridColumn.ColumnMemberType
    TreeGridColumn.FilteredFrom
    TreeGridColumn.ImmediateUpdateColumnFilter
    TreeGridColumn.AllowBlankFilters
    GridColumnBase.ActualWidthProperty
    GridColumnBase.MappingNameProperty
    GridColumnBase.HeaderTextProperty
    GridColumnBase.AllowEditingProperty
    GridColumnBase.IsReadOnlyProperty
    GridColumnBase.GridValidationModeProperty
    GridColumnBase.UpdateTriggerProperty
    GridColumnBase.PaddingProperty
    GridColumnBase.AllowFocusProperty
    GridColumnBase.HeaderTemplateProperty
    GridColumnBase.CellTemplateProperty
    GridColumnBase.SetCellBoundValueProperty
    GridColumnBase.CellTemplateSelectorProperty
    GridColumnBase.CellStyleProperty
    GridColumnBase.CellStyleSelectorProperty
    GridColumnBase.HeaderStyleProperty
    GridColumnBase.AllowSortingProperty
    GridColumnBase.VerticalAlignmentProperty
    GridColumnBase.TextAlignmentProperty
    GridColumnBase.HorizontalHeaderContentAlignmentProperty
    GridColumnBase.WidthProperty
    GridColumnBase.IsHiddenProperty
    GridColumnBase.MaximumWidthProperty
    GridColumnBase.MinimumWidthProperty
    GridColumnBase.ShowHeaderToolTipProperty
    GridColumnBase.ToolTipTemplateProperty
    GridColumnBase.HeaderToolTipTemplateProperty
    GridColumnBase.ToolTipTemplateSelectorProperty
    GridColumnBase.ShowToolTipProperty
    GridColumnBase.SetCellBoundToolTipProperty
    GridColumnBase.OnUpdateBindingInfo(DependencyObject, DependencyPropertyChangedEventArgs)
    GridColumnBase.SetValueBindingConverter()
    GridColumnBase.CanEditCell()
    GridColumnBase.UpdateBindingForValidation(GridValidationMode)
    GridColumnBase.GetTypeface(GridColumnBase, GridCell)
    GridColumnBase.IsAutoGenerated
    GridColumnBase.IsTemplate
    GridColumnBase.ActualWidth
    GridColumnBase.MappingName
    GridColumnBase.HeaderText
    GridColumnBase.AllowEditing
    GridColumnBase.IsReadOnly
    GridColumnBase.GridValidationMode
    GridColumnBase.UpdateTrigger
    GridColumnBase.Padding
    GridColumnBase.AllowFocus
    GridColumnBase.HeaderTemplate
    GridColumnBase.CellTemplate
    GridColumnBase.SetCellBoundValue
    GridColumnBase.CellTemplateSelector
    GridColumnBase.CellStyle
    GridColumnBase.CellStyleSelector
    GridColumnBase.HeaderStyle
    GridColumnBase.AllowSorting
    GridColumnBase.VerticalAlignment
    GridColumnBase.TextAlignment
    GridColumnBase.HorizontalHeaderContentAlignment
    GridColumnBase.Width
    GridColumnBase.IsHidden
    GridColumnBase.MaximumWidth
    GridColumnBase.MinimumWidth
    GridColumnBase.ValueBinding
    GridColumnBase.DisplayBinding
    GridColumnBase.ShowHeaderToolTip
    GridColumnBase.ToolTipTemplate
    GridColumnBase.HeaderToolTipTemplate
    GridColumnBase.ToolTipTemplateSelector
    GridColumnBase.ShowToolTip
    GridColumnBase.SetCellBoundToolTip
    SfGridColumnBase<SfGridBase>.Dispose()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public abstract class TreeGridTextColumnBase : TreeGridColumn, IDisposable, IFilterDefinition

    Constructors

    TreeGridTextColumnBase()

    Declaration
    protected TreeGridTextColumnBase()

    Fields

    TextDecorationsProperty

    Declaration
    public static readonly DependencyProperty TextDecorationsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TextTrimmingProperty

    Identifies the TextTrimming dependency property.

    Declaration
    public static readonly DependencyProperty TextTrimmingProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    Remarks

    The identifier for the TextTrimming dependency property.

    TextWrappingProperty

    Identifies the TextWrapping dependency property.

    Declaration
    public static readonly DependencyProperty TextWrappingProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    Remarks

    The identifier for the TextWrapping dependency property.

    Properties

    TextDecorations

    Declaration
    public TextDecorationCollection TextDecorations { get; set; }
    Property Value
    Type Description
    System.Windows.TextDecorationCollection

    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
    System.Windows.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
    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 DisplayBinding of column.

    Declaration
    protected override void SetDisplayBindingConverter()
    Overrides
    GridColumnBase.SetDisplayBindingConverter()
    Remarks

    You can override this method to specify the converter for DisplayBinding.

    Implements

    System.IDisposable
    IFilterDefinition
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved