alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class SerializableTreeGridColumn

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

    Inheritance
    System.Object
    SerializableTreeGridColumn
    SerializableTreeGridCheckBoxColumn
    SerializableTreeGridComboBoxColumn
    SerializableTreeGridDateTimeColumn
    SerializableTreeGridEditorColumn
    SerializableTreeGridHyperlinkColumn
    SerializableTreeGridMaskColumn
    SerializableTreeGridTemplateColumn
    SerializableTreeGridTextColumn
    Inherited Members
    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 SerializableTreeGridColumn

    Constructors

    SerializableTreeGridColumn()

    Declaration
    public SerializableTreeGridColumn()

    Fields

    TreeGrid

    Gets the reference of the SfTreeGrid control.

    Declaration
    public static SfTreeGrid TreeGrid
    Field Value
    Type
    SfTreeGrid

    Properties

    AllowBlankFilters

    Get or sets a value that indicates whether the blank values are allowed for filtering in SerializableTreeGridColumn.

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

    AllowDragging

    Gets or sets a value that indicates whether the user can reposition the SerializableTreeGridColumn into new position.

    Declaration
    public bool? AllowDragging { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    AllowEditing

    Gets or sets a value that indicates whether the editing is enabled in SerializableTreeGridColumn.

    Declaration
    public bool? AllowEditing { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    AllowFiltering

    Gets or sets a value that indicates whether the filtering is enabled in SerializableTreeGridColumn.

    Declaration
    public bool? AllowFiltering { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    AllowFocus

    Gets or sets a value that indicates whether the SerializableTreeGridColumn receives focus or not.

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

    AllowResizing

    Gets or sets a value that indicates whether the resizing is enabled in SerializableTreeGridColumn.

    Declaration
    public bool? AllowResizing { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    AllowSorting

    Gets or sets a value that indicates whether the user can sort the data by clicking on its header cell in SerializableTreeGrid.

    Declaration
    public bool? AllowSorting { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    ColumnFilter

    Gets or sets a value that decides whether to filter based on display value or based on MappingName.

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

    ColumnMemberType

    Gets or sets the member type to load the appropriate AdvancedFilterType to AdvancedFilterControl.

    Declaration
    public Type ColumnMemberType { get; set; }
    Property Value
    Type
    System.Type

    ColumnSizer

    Gets or sets the value that indicates how the SerializableTreeGridColumn width is determined.

    Declaration
    public TreeColumnSizer? ColumnSizer { get; set; }
    Property Value
    Type
    System.Nullable<TreeColumnSizer>

    FilteredFrom

    Gets a value that determines whether the SerializableTreeGridColumn is filtered either from excel or advanced filter type.

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

    GridValidationMode

    Gets or sets a value that indicates whether the user can validate their input either in display or when the cell lost its focus.

    Declaration
    public GridValidationMode? GridValidationMode { get; set; }
    Property Value
    Type
    System.Nullable<GridValidationMode>

    HeaderText

    Gets or sets the text that is displayed on the header cell of SerializableTreeGridColumn.

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

    HorizontalHeaderContentAlignment

    Gets or sets the horizontal alignment for the header content of the SerializableTreeGridColumn.

    Declaration
    public HorizontalAlignment HorizontalHeaderContentAlignment { get; set; }
    Property Value
    Type
    System.Windows.HorizontalAlignment

    ImmediateUpdateColumnFilter

    Gets or sets a value that indicates whether the data is automatically filtered as soon as an user selects the value from the filter popup in SerializableTreeGridColumn.

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

    IsAutoGenerated

    Gets a value that determines whether the column is generated automatically.

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

    IsHidden

    Gets or sets a value that indicates whether the whether the SerializableTreeGridColumn is hidden from the view.

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

    MappingName

    Gets or sets the name to map the data member in the underlying data object to SerializableTreeGridColumn.

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

    MaximumWidth

    Gets or sets the maximum width constraint of the SerializableTreeGridColumn.

    Declaration
    public double MaximumWidth { get; set; }
    Property Value
    Type
    System.Double

    MinimumWidth

    Gets or sets the minimum width constraint of the SerializableTreeGridColumn.

    Declaration
    public double MinimumWidth { get; set; }
    Property Value
    Type
    System.Double

    Padding

    Gets or sets the space between the edge of cell and its content within the specified SerializableTreeGridColumn.

    Declaration
    public Thickness Padding { get; set; }
    Property Value
    Type
    System.Windows.Thickness

    SetCellBoundToolTip

    Gets or sets a value that indicates whether the data context of is DataContextHelper instead of Record.

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

    SetCellBoundValue

    Gets or sets a value that indicates whether the data context of or EditTemplate is DataContextHelper instead of Record.

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

    ShowHeaderToolTip

    Gets or sets value that indicates whether the tool tip should be displayed being mouse hovered on the header cell of column.

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

    ShowToolTip

    Gets or sets a value that indicates whether the tool tip is displayed on the column being mouse hovered on it.

    Declaration
    public bool? ShowToolTip { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    TextAlignment

    Gets or sets the horizontal alignment property for the text.

    Declaration
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type
    System.Windows.TextAlignment

    UpdateTrigger

    Gets or sets the timing of binding source updates in the SerializableTreeGridColumn.

    Declaration
    public UpdateSourceTrigger UpdateTrigger { get; set; }
    Property Value
    Type
    System.Windows.Data.UpdateSourceTrigger

    VerticalAlignment

    Gets or sets the vertical alignment for the SerializableTreeGridColumn.

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type
    System.Windows.VerticalAlignment

    Width

    Gets or sets the width of SerializableTreeGridColumn.

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