menu

UWP

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

    Show / Hide Table of Contents

    Class TreeGridAutoGeneratingColumnEventArgs

    Provides data for AutoGeneratingColumn event.

    Inheritance
    System.Object
    GridCancelEventArgs
    TreeGridAutoGeneratingColumnEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeGridAutoGeneratingColumnEventArgs : GridCancelEventArgs

    Constructors

    TreeGridAutoGeneratingColumnEventArgs(TreeGridColumn, Object)

    Initializes a new instance of TreeGridAutoGeneratingColumnEventArgs class.

    Declaration
    public TreeGridAutoGeneratingColumnEventArgs(TreeGridColumn column, object originalSource)
    Parameters
    Type Name Description
    TreeGridColumn column

    The generated column.

    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets or sets the auto-generated column.

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

    The auto-generated column.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved