[]
Provides data for the AutoGeneratingColumn event.
public class AutoGeneratingListColumnEventArgs : CancelEventArgs
Public Class AutoGeneratingListColumnEventArgs
Inherits CancelEventArgs
The AutoGeneratingListColumnEventArgs are used in the AutoGeneratingColumn event handler. The AutoGeneratingListColumnEventArgs are used to access properties of the column that is being generated and to access information about the data item that the column is being generated from.
Name | Description |
---|---|
AutoGeneratingListColumnEventArgs(string, Type, ListColumn) | Initializes a new instance of the AutoGeneratingListColumnEventArgs class. |
Name | Description |
---|---|
Column | Gets or sets the generated ListColumn. |
PropertyName | Gets the name of the property related with the generated ListColumn. |
PropertyType | Gets the Type of the property related with the generated ListColumn. |