Summary
Initializes a new instance of the
DataGridAutoGeneratingColumnEventArgs
class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Auto Generating Column Event Args
Syntax
public DataGridAutoGeneratingColumnEventArgs(string propertyName, Type propertyType, DataGridColumn column)
Parameters
Name | Type | Description |
---|---|---|
propertyName | string | The name of the property bound to the generated column. |
propertyType | Type |
The Type of the property bound to the generated column.
|
column | DataGridColumn | The generated column. |
Return Value
Type | Description |
---|---|
void |