Summary
Provides data for the
LoadingRowDetails
, UnloadingRowDetails
,
and RowDetailsVisibilityChanged
events.
- Namespace
- Avalonia
.Controls - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["DataGridRowDetailsEventArgs"]
class Type type-node
Syntax
public class DataGridRowDetailsEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Data |
Initializes a new instance of the DataGridRowDetailsEventArgs class.
|
Properties
Name | Value | Summary |
---|---|---|
DetailsElement | IControl |
Gets the row details section as a framework element.
|
Row | DataGridRow |
Gets the row that the event occurs for.
|