WPF

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

    Show / Hide Table of Contents

    Class TreeGridNumericColumn

    Inheritance
    System.Object
    SfGridColumnBase<SfGridBase>
    GridColumnBase
    TreeGridColumn
    TreeGridTextColumnBase
    TreeGridEditorColumn
    TreeGridNumericColumn
    Implements
    System.IDisposable
    IFilterDefinition
    Inherited Members
    TreeGridEditorColumn.AllowScrollingOnCircleProperty
    TreeGridEditorColumn.AllowNullValueProperty
    TreeGridEditorColumn.NullValueProperty
    TreeGridEditorColumn.NullTextProperty
    TreeGridEditorColumn.MaxValidationProperty
    TreeGridEditorColumn.MinValidationProperty
    TreeGridEditorColumn.MinValueProperty
    TreeGridEditorColumn.MaxValueProperty
    TreeGridEditorColumn.CanAllowSpinOnMouseScroll()
    TreeGridEditorColumn.AllowScrollingOnCircle
    TreeGridEditorColumn.AllowNullValue
    TreeGridEditorColumn.NullValue
    TreeGridEditorColumn.NullText
    TreeGridEditorColumn.MaxValidation
    TreeGridEditorColumn.MinValidation
    TreeGridEditorColumn.MinValue
    TreeGridEditorColumn.MaxValue
    TreeGridTextColumnBase.TextTrimmingProperty
    TreeGridTextColumnBase.TextWrappingProperty
    TreeGridTextColumnBase.TextDecorationsProperty
    TreeGridTextColumnBase.SetDisplayBindingConverter()
    TreeGridTextColumnBase.TextTrimming
    TreeGridTextColumnBase.TextWrapping
    TreeGridTextColumnBase.TextDecorations
    TreeGridColumn.FilterPopupStyleProperty
    TreeGridColumn.FilterPopupTemplateProperty
    TreeGridColumn.ColumnSizerProperty
    TreeGridColumn.AllowDraggingProperty
    TreeGridColumn.AllowResizingProperty
    TreeGridColumn.AllowFilteringProperty
    TreeGridColumn.ImmediateUpdateColumnFilterProperty
    TreeGridColumn.AllowBlankFiltersProperty
    TreeGridColumn.OnCellTemplateSelectorChanged(DependencyPropertyChangedEventArgs)
    TreeGridColumn.CreateInstanceCore()
    TreeGridColumn.OnCellTemplateChanged(DependencyPropertyChangedEventArgs)
    TreeGridColumn.SetCellType(String)
    TreeGridColumn.Dispose(Boolean)
    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.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 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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 - 2023 Syncfusion Inc. All Rights Reserved