DataGridRowEventArgs.

Row Property

Summary

Gets the row that the event occurs for.
Namespace
Avalonia.Controls
Containing Type
DataGridRowEventArgs

Syntax

public DataGridRow Row { get; private set; }

Value

Type Description
DataGridRow