menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridNumericColumn - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridNumericColumn

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

    Constructors

    TreeGridNumericColumn()

    Initializes a new instance of the TreeGridNumericColumn class.

    Declaration
    public TreeGridNumericColumn()

    Fields

    NumberDecimalDigitsProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalDigits dependency property.

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

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalDigits dependency property.

    NumberDecimalSeparatorProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalSeparator dependency property.

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

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberDecimalSeparator dependency property.

    NumberGroupSeparatorProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSeparator dependency property.

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

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSeparator dependency property.

    NumberGroupSizesProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSizes dependency property.

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

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberGroupSizes dependency property.

    NumberNegativePatternProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberNegativePattern dependency property.

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

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.NumberNegativePattern dependency property.

    ParsingModeProperty

    Identifies the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.ParsingMode dependency property.

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

    The identifier for the Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.ParsingMode dependency property.

    Properties

    NumberDecimalDigits

    Gets or sets the number of decimal places to use in numeric values.

    Declaration
    public int NumberDecimalDigits { get; set; }
    Property Value
    Type Description
    System.Int32

    The number of decimal places to use in numeric values.

    NumberDecimalSeparator

    Gets or sets the string to use as the decimal separator in numeric values.

    Declaration
    public string NumberDecimalSeparator { get; set; }
    Property Value
    Type Description
    System.String

    The string to use as the decimal separator in numeric values.

    NumberGroupSeparator

    Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.

    Declaration
    public string NumberGroupSeparator { get; set; }
    Property Value
    Type Description
    System.String

    The string that separates groups of digits to the left of the decimal in numeric values.

    NumberGroupSizes

    Gets or sets the number of digits in each group to the left of the decimal in numeric values.

    Declaration
    public Int32Collection NumberGroupSizes { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Int32Collection

    The number of digits in each group to the left of the decimal in numeric values.

    NumberNegativePattern

    Gets or sets the format pattern for negative numeric values.

    Declaration
    public int NumberNegativePattern { get; set; }
    Property Value
    Type Description
    System.Int32

    The format pattern for negative numeric values.

    ParsingMode

    Gets or Sets the parsing mode option for Numeric column.The purpose of the parsing mode option is to take place the cast conversion for the Edited value at the runtime. when using the dynamic object to holds the data .

    Declaration
    public ParseMode ParsingMode { get; set; }
    Property Value
    Type Description
    ParseMode

    The Parsing mode option to use in the Numeric column.

    Methods

    SetValueBindingConverter()

    Sets the converter for the of TreeGridNumericColumn.

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

    You can override this method to specify the converter for .

    UpdateBindingBasedOnAllowEditing()

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

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

    Implements

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