alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class SerializableTreeGridComboBoxColumn

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

    Inheritance
    System.Object
    SerializableTreeGridColumn
    SerializableTreeGridComboBoxColumn
    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 SerializableTreeGridComboBoxColumn : SerializableTreeGridColumn

    Constructors

    SerializableTreeGridComboBoxColumn()

    Declaration
    public SerializableTreeGridComboBoxColumn()

    Properties

    DisplayMemberPath

    Gets or sets the path that is used to display the visual representation of object.

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

    IsEditable

    Gets or sets a value that indicates whether the user can edit the cell value by typing through editor of SerializableTreeGridComboBoxColumn.

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

    SelectedValuePath

    Gets or sets the path that is used to get the SelectedValue from the SelectedItem.

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

    StaysOpenOnEdit

    Gets or sets a value that indicates whether a SerializableTreeGridComboBoxColumn that opens and displays a drop-down control when a user clicks its text area.

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

    TextDecorations

    Gets or sets a value that represents a TextDecorationCollection, which contains the text decoration effects applied to the cell content.

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

    TextTrimming

    Gets or sets a value that indicates the text trimming behaviour when content overflows the cell area.

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

    TextWrapping

    Gets or sets a value that indicates how cell content should be wrapped

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