WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridTextColumn - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridTextColumn

    Represents a column that is used to display the string content in its cells and host TextBox in edit mode.

    Inheritance
    System.Object
    ColumnBase<SfGridBase>
    GridColumnBase
    TreeGridColumn
    TreeGridTextColumnBase
    TreeGridTextColumn
    TreeGridHyperlinkColumn
    Implements
    System.IDisposable
    IFilterDefinition
    Inherited Members
    TreeGridTextColumnBase.TextTrimmingProperty
    TreeGridTextColumnBase.TextWrappingProperty
    TreeGridTextColumnBase.TextTrimming
    TreeGridTextColumnBase.TextWrapping
    TreeGridColumn.FilterPopupStyleProperty
    TreeGridColumn.FilterPopupTemplateProperty
    TreeGridColumn.ColumnWidthModeProperty
    TreeGridColumn.AllowDraggingProperty
    TreeGridColumn.AllowResizingProperty
    TreeGridColumn.AllowFilteringProperty
    TreeGridColumn.ImmediateUpdateColumnFilterProperty
    TreeGridColumn.AllowBlankFiltersProperty
    TreeGridColumn.OnCellTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
    TreeGridColumn.CanAllowSpinOnMouseScroll()
    TreeGridColumn.OnCellTemplateChanged(DependencyPropertyChangedEventArgs)
    TreeGridColumn.SetCellType(String)
    TreeGridColumn.Dispose(Boolean)
    TreeGridColumn.CanFocus()
    TreeGridColumn.CellType
    TreeGridColumn.FilterPopupStyle
    TreeGridColumn.FilterPopupTemplate
    TreeGridColumn.ColumnWidthMode
    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.DataValidationModeProperty
    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.IsAutoGenerated
    GridColumnBase.IsTemplate
    GridColumnBase.ActualWidth
    GridColumnBase.MappingName
    GridColumnBase.HeaderText
    GridColumnBase.AllowEditing
    GridColumnBase.IsReadOnly
    GridColumnBase.DataValidationMode
    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
    ColumnBase<SfGridBase>.Dispose()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridTextColumn : TreeGridTextColumnBase, IDisposable, IFilterDefinition

    Constructors

    TreeGridTextColumn()

    Initializes a new instance of the TreeGridTextColumn class.

    Declaration
    public TreeGridTextColumn()

    Fields

    IsSpellCheckEnabledProperty

    Identifies the IsSpellCheckEnabled dependency property.

    Declaration
    public static readonly DependencyProperty IsSpellCheckEnabledProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty
    Remarks

    The identifier for the IsSpellCheckEnabled dependency property.

    Properties

    IsSpellCheckEnabled

    Gets or sets a value that indicates whether the spell check is enabled for the TextBox in edit mode.

    Declaration
    public bool IsSpellCheckEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the spell check is enabled; otherwise, false. The default value is false.

    Methods

    SetDisplayBindingConverter()

    Sets the converter for the DisplayBinding of column.

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

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

    UpdateBindingBasedOnAllowEditing()

    Updates the binding for the AllowEdit property changes in the column.

    Declaration
    protected override void UpdateBindingBasedOnAllowEditing()
    Overrides
    TreeGridColumn.UpdateBindingBasedOnAllowEditing()

    Implements

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