WPF

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

    Show / Hide Table of Contents

    Class GridTreeUnboundColumnEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridTreeUnboundColumnEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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 GridTreeUnboundColumnEventArgs : SyncfusionHandledEventArgs

    Constructors

    GridTreeUnboundColumnEventArgs()

    Declaration
    public GridTreeUnboundColumnEventArgs()

    GridTreeUnboundColumnEventArgs(GridStyleInfo, GridTreeNode, Object, GridTreeUnboundColumn)

    Initializes a new instance of the GridTreeUnboundColumnEventArgs class.

    Declaration
    public GridTreeUnboundColumnEventArgs(GridStyleInfo Style, GridTreeNode Node, object Record, GridTreeUnboundColumn UnboundColumn)
    Parameters
    Type Name Description
    GridStyleInfo Style

    The style.

    GridTreeNode Node

    The node.

    System.Object Record

    The record.

    GridTreeUnboundColumn UnboundColumn

    The unbound column.

    Properties

    Node

    Gets or sets the node.

    Declaration
    public GridTreeNode Node { get; set; }
    Property Value
    Type Description
    GridTreeNode

    The node.

    Record

    Gets or sets the record.

    Declaration
    public object Record { get; set; }
    Property Value
    Type Description
    System.Object

    The record.

    Style

    Gets or sets the style.

    Declaration
    public GridStyleInfo Style { get; set; }
    Property Value
    Type Description
    GridStyleInfo

    The style.

    UnboundColumn

    Gets or sets the unbound column.

    Declaration
    public GridTreeUnboundColumn UnboundColumn { get; set; }
    Property Value
    Type Description
    GridTreeUnboundColumn

    The unbound column.

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