Summary
EventArgs used for the DataGrid's LoadingRowGroup and UnloadingRowGroup events
- Namespace
- Avalonia
.Controls - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["DataGridRowGroupHeaderEventArgs"]
class Type type-node
Syntax
public class DataGridRowGroupHeaderEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Data |
Constructs a DataGridRowGroupHeaderEventArgs instance |
Properties
Name | Value | Summary |
---|---|---|
RowGroupHeader | Data |
DataGridRowGroupHeader associated with this instance
|