DataGridAutoGeneratingColumnEventArgs Class

Definition

Provides data for the AutoGeneratingColumn event.

public class DataGridAutoGeneratingColumnEventArgs : System.ComponentModel.CancelEventArgs
type DataGridAutoGeneratingColumnEventArgs = class
    inherit CancelEventArgs
Public Class DataGridAutoGeneratingColumnEventArgs
Inherits CancelEventArgs
Inheritance
DataGridAutoGeneratingColumnEventArgs

Constructors

DataGridAutoGeneratingColumnEventArgs(String, Type, DataGridColumn)

Initializes a new instance of the DataGridAutoGeneratingColumnEventArgs class.

Properties

Column

Gets or sets the generated column.

PropertyName

Gets the name of the property bound to the generated column.

PropertyType

Gets the Type of the property bound to the generated column.

Applies to