DataGridRowDetailsEventArgs Class

Summary

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
DataGridRowDetailsEventArgs(DataGridRow, IControl) 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.