[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.AutoGeneratingListColumnEventArgs

AutoGeneratingListColumnEventArgs Class

Provides data for the AutoGeneratingColumn event.

Inheritance
AutoGeneratingListColumnEventArgs
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class AutoGeneratingListColumnEventArgs : CancelEventArgs
Public Class AutoGeneratingListColumnEventArgs
    Inherits CancelEventArgs
Remarks

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.

Constructors

Name Description
AutoGeneratingListColumnEventArgs(string, Type, ListColumn)

Initializes a new instance of the AutoGeneratingListColumnEventArgs class.

Properties

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.