menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryCellValueInfoEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryCellValueInfoEventArgs

    Provides information about the GetCellValueEventHandler event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    QueryCellValueInfoEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    System.EventArgs.Empty
    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)
    Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class QueryCellValueInfoEventArgs : SyncfusionHandledEventArgs
    Remarks

    The Node property provides the details of current object. The Column property indicates the current instance of TreeColumnAdv. The Data returns the current object values. Set the Handled property to true for the changes to be accepted.

    Constructors

    QueryCellValueInfoEventArgs(Object, TreeColumnAdv)

    Initialize a new instance of the class.

    Declaration
    public QueryCellValueInfoEventArgs(object node, TreeColumnAdv treeColumn)
    Parameters
    Type Name Description
    System.Object node

    Current Buisness Object

    TreeColumnAdv treeColumn

    Current Column

    Properties

    Column

    Gets the current instance of TreeColumnAdv.

    Declaration
    public TreeColumnAdv Column { get; }
    Property Value
    Type
    TreeColumnAdv
    Remarks

    Use this property to get the current instance of TreeColumnAdv.

    Data

    Gets or Sets the data of current TreeNodeAdv or TreeNodeAdvSubItem.

    Declaration
    public object Data { get; set; }
    Property Value
    Type
    System.Object
    Remarks

    Initially this property is set to a null. Use this property to supply data for the current cell.

    Node

    Gets an current instance of underlying DataSource.

    Declaration
    public object Node { get; }
    Property Value
    Type
    System.Object
    Remarks

    To access the current instance of the object, Node property should be type casted to the type of user defined data.

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