WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreePrepareRenderCellEventArgs

    Show / Hide Table of Contents

    Class TreePrepareRenderCellEventArgs

    Provides event data for the PrepareRenderCell event of a VirtualTreeView.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    TreePrepareRenderCellEventArgs
    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.VirtualTreeView
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public sealed class TreePrepareRenderCellEventArgs : SyncfusionHandledEventArgs

    Constructors

    TreePrepareRenderCellEventArgs(RowColumnIndex, TreeStyleInfo)

    Initializes a new instance of the TreePrepareRenderCellEventArgs class.

    Declaration
    public TreePrepareRenderCellEventArgs(RowColumnIndex cellRowColumnIndex, TreeStyleInfo style)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    Index of the cell row column.

    TreeStyleInfo style

    The style.

    Properties

    CellRowColumnIndex

    Gets the cells row and column index.

    Declaration
    [TraceProperty(true)]
    public RowColumnIndex CellRowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    The cell.

    Column

    Gets the column.

    Declaration
    public TreeColumn Column { get; }
    Property Value
    Type Description
    TreeColumn

    The column.

    ColumnIndex

    Gets the index of the column.

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the column.

    Level

    Gets the level.

    Declaration
    public TreeLevel Level { get; }
    Property Value
    Type Description
    TreeLevel

    The level.

    RowIndex

    Gets the index of the row.

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the row.

    Style

    Gets or sets the style.

    Declaration
    [TraceProperty(true)]
    public TreeStyleInfo Style { get; set; }
    Property Value
    Type Description
    TreeStyleInfo

    The style.

    TreeModel

    Gets the tree model.

    Declaration
    public TreeModel TreeModel { get; }
    Property Value
    Type Description
    TreeModel

    The tree model.

    TreeNode

    Gets the tree node.

    Declaration
    public TreeNode TreeNode { get; }
    Property Value
    Type Description
    TreeNode

    The tree node.

    TreeNodeIdentity

    Holds identity information such as row and column index for the Style.

    Declaration
    public TreeStyleInfoIdentity TreeNodeIdentity { get; }
    Property Value
    Type Description
    TreeStyleInfoIdentity
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved