WPF

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

    Show / Hide Table of Contents

    Class GridTreeQueryUnknownPropertyEventArgs

    The class that defines the arguments for the GridTreeQueryUnknownColumn event.

    Inheritance
    System.Object
    System.EventArgs
    GridTreeQueryUnknownPropertyEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Object

    PropertyName

    Gets or sets the name of the requested property.

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

    Value

    Gets or sets the requested value..

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved