WPF

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

    Show / Hide Table of Contents

    Class GridTreeUnboundCellInfoEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridTreeUnboundCellInfoEventArgs
    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 GridTreeUnboundCellInfoEventArgs : SyncfusionHandledEventArgs

    Constructors

    GridTreeUnboundCellInfoEventArgs()

    Declaration
    public GridTreeUnboundCellInfoEventArgs()

    GridTreeUnboundCellInfoEventArgs(RowColumnIndex, GridStyleInfo, GridTreeUnboundColumn)

    Initializes a new instance of the GridTreeUnboundCellInfoEventArgs class.

    Declaration
    public GridTreeUnboundCellInfoEventArgs(RowColumnIndex Cell, GridStyleInfo Style, GridTreeUnboundColumn UnboundColumn)
    Parameters
    Type Name Description
    RowColumnIndex Cell

    The cell.

    GridStyleInfo Style

    The style.

    GridTreeUnboundColumn UnboundColumn

    Properties

    Cell

    Gets or sets the cell.

    Declaration
    public RowColumnIndex Cell { get; set; }
    Property Value
    Type Description
    RowColumnIndex

    The cell.

    Column

    Gets or sets the column.

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

    The column.

    Style

    Gets or sets the style.

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

    The style.

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