DataGridAutoGeneratingColumnEventArgs Class

Summary

Provides data for the AutoGeneratingColumn event.
Namespace
Avalonia.Controls
Base Types
  • CancelEventArgs
graph BT Type-->Base0["CancelEventArgs"] Type["DataGridAutoGeneratingColumnEventArgs"] class Type type-node

Syntax

public class DataGridAutoGeneratingColumnEventArgs : CancelEventArgs

Constructors

Properties

Name Value Summary
Column DataGridColumn
Gets the generated column.
PropertyName string
Gets the name of the property bound to the generated column.
PropertyType Type
Gets the Type of the property bound to the generated column.