menu

UWP

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

    Show / Hide Table of Contents

    Class AutoGeneratingColumnArgs

    Provides data for AutoGeneratingColumn event.

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

    Constructors

    AutoGeneratingColumnArgs(GridColumn, Object)

    Initializes a new instance of AutoGeneratingColumnArgs class.

    Declaration
    public AutoGeneratingColumnArgs(GridColumn column, object originalSource)
    Parameters
    Type Name Description
    GridColumn column

    The generated column.

    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets or sets the auto-generated column.

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

    The auto-generated column.

    Extension Methods

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