alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class SerializableTreeGridEditorColumn

    Represents a class that is used to serialize and deserialize TreeGridEditorColumn property settings.

    Inheritance
    System.Object
    SerializableTreeGridColumn
    SerializableTreeGridEditorColumn
    SerializableTreeGridCurrencyColumn
    SerializableTreeGridNumericColumn
    SerializableTreeGridPercentColumn
    Inherited Members
    SerializableTreeGridColumn.AllowBlankFilters
    SerializableTreeGridColumn.AllowDragging
    SerializableTreeGridColumn.AllowEditing
    SerializableTreeGridColumn.AllowFiltering
    SerializableTreeGridColumn.AllowFocus
    SerializableTreeGridColumn.AllowResizing
    SerializableTreeGridColumn.AllowSorting
    SerializableTreeGridColumn.ColumnFilter
    SerializableTreeGridColumn.ColumnMemberType
    SerializableTreeGridColumn.ColumnSizer
    SerializableTreeGridColumn.FilteredFrom
    SerializableTreeGridColumn.GridValidationMode
    SerializableTreeGridColumn.HeaderText
    SerializableTreeGridColumn.HorizontalHeaderContentAlignment
    SerializableTreeGridColumn.ImmediateUpdateColumnFilter
    SerializableTreeGridColumn.IsAutoGenerated
    SerializableTreeGridColumn.IsHidden
    SerializableTreeGridColumn.MappingName
    SerializableTreeGridColumn.MaximumWidth
    SerializableTreeGridColumn.MinimumWidth
    SerializableTreeGridColumn.Padding
    SerializableTreeGridColumn.SetCellBoundToolTip
    SerializableTreeGridColumn.SetCellBoundValue
    SerializableTreeGridColumn.ShowHeaderToolTip
    SerializableTreeGridColumn.ShowToolTip
    SerializableTreeGridColumn.TextAlignment
    SerializableTreeGridColumn.TreeGrid
    SerializableTreeGridColumn.UpdateTrigger
    SerializableTreeGridColumn.VerticalAlignment
    SerializableTreeGridColumn.Width
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableTreeGridEditorColumn : SerializableTreeGridColumn

    Constructors

    SerializableTreeGridEditorColumn()

    Declaration
    public SerializableTreeGridEditorColumn()

    Properties

    AllowNullValue

    Gets or sets a value that indicates whether the null values are allowed to the editor columns.

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

    AllowScrollingOnCircle

    Gets or sets a value that indicates whether the user can rotate the cell values using the mouse wheel or up and down arrow key.

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

    MaxValidation

    Gets or sets a value that indicates whether the MaxValue can be validated either key press or focus lost on editor in SerializableTreeGridEditorColumn.

    Declaration
    public MaxValidation MaxValidation { get; set; }
    Property Value
    Type
    MaxValidation

    MaxValue

    Gets or sets the maximum value constraint of the column.

    Declaration
    public decimal MaxValue { get; set; }
    Property Value
    Type
    System.Decimal

    MinValidation

    Gets or sets a value that indicates whether the MinValue can be validated either key press or focus lost on editor in SerializableTreeGridEditorColumn.

    Declaration
    public MinValidation MinValidation { get; set; }
    Property Value
    Type
    MinValidation

    MinValue

    Gets or sets the minimum value constraint of the column.

    Declaration
    public decimal MinValue { get; set; }
    Property Value
    Type
    System.Decimal

    NullText

    Gets or sets a string that is displayed instead of null value if the cell value contains null.

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

    NullValue

    Gets or sets an object that is displayed instead of null value if the cell value contains null.

    Declaration
    public object NullValue { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved