DataGridRowGetRowContainingElement Method
Returns the row which contains the given element
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public static DataGridRow GetRowContainingElement(
Control element
)
Public Shared Function GetRowContainingElement (
element As Control
) As DataGridRow
static member GetRowContainingElement :
element : Control -> DataGridRow
- element Control
- element contained in a row
DataGridRowRow that contains the element, or null if not found