Class GridTreeQueryUnknownPropertyEventArgs
The class that defines the arguments for the GridTreeQueryUnknownColumn event.
Inheritance
System.Object
GridTreeQueryUnknownPropertyEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeQueryUnknownPropertyEventArgs : EventArgs
Constructors
GridTreeQueryUnknownPropertyEventArgs(GridTreeNode, String)
Constructor.
Declaration
public GridTreeQueryUnknownPropertyEventArgs(GridTreeNode node, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
GridTreeNode | node | The GridTreeNode whose property is being requested. |
System.String | propertyName | The name of the requested property. |
Properties
Node
Gets the node whose property is being requested.
Declaration
public object Node { get; }
Property Value
Type |
---|
System.Object |
PropertyName
Gets or sets the name of the requested property.
Declaration
public string PropertyName { get; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the requested value..
Declaration
public object Value { get; set; }
Property Value
Type |
---|
System.Object |