DataGridRowGetRowContainingElement Method

Returns the row which contains the given element

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public static DataGridRow GetRowContainingElement(
	Control element
)

Parameters

element  Control
element contained in a row

Return Value

DataGridRow
Row that contains the element, or null if not found

See Also