Class GridTreeUnboundColumn
Inheritance
System.Object
GridTreeUnboundColumn
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridTreeUnboundColumn : GridTreeColumn, IPercentWidth
Constructors
GridTreeUnboundColumn()
Declaration
public GridTreeUnboundColumn()
Fields
CaseSensitiveProperty
Declaration
public static readonly DependencyProperty CaseSensitiveProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpressionProperty
Declaration
public static readonly DependencyProperty ExpressionProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
CaseSensitive
Declaration
public bool CaseSensitive { get; set; }
Property Value
ErrorString
Gets the error message, if any, associated with the parsing of the Expression string.
Declaration
public string ErrorString { get; }
Property Value
Expression
Declaration
public string Expression { get; set; }
Property Value
Declaration
public string Format { get; set; }
Property Value
Implements