WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTreeUnboundColumn - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTreeUnboundColumn

    Inheritance
    System.Object
    GridTreeColumn
    GridTreeUnboundColumn
    Implements
    IPercentWidth
    Inherited Members
    GridTreeColumn.IsUnboundProperty
    GridTreeColumn.ReferenceFieldsProperty
    GridTreeColumn.ReferenceFields
    GridTreeColumn.AllowSort
    GridTreeColumn.MappingName
    GridTreeColumn.HeaderText
    GridTreeColumn.Width
    GridTreeColumn.StyleInfo
    GridTreeColumn.PercentWidth
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridTreeUnboundColumn : GridTreeColumn, IPercentWidth

    Constructors

    GridTreeUnboundColumn()

    Initializes a new instance of the GridTreeUnboundColumn class.

    Declaration
    public GridTreeUnboundColumn()

    Fields

    CaseSensitiveProperty

    Declaration
    public static readonly DependencyProperty CaseSensitiveProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ExpressionProperty

    Declaration
    public static readonly DependencyProperty ExpressionProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FormatProperty

    Declaration
    public static readonly DependencyProperty FormatProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    CaseSensitive

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

    ErrorString

    Gets the error message, if any, associated with the parsing of the Expression string.

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

    Expression

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

    Format

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

    Implements

    IPercentWidth
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved