DataGridGetGroupFromItem Method
Returns the Group at the indicated level or null if the item is not in the ItemsSource
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public DataGridCollectionViewGroup GetGroupFromItem(
Object item,
int groupLevel
)
Public Function GetGroupFromItem (
item As Object,
groupLevel As Integer
) As DataGridCollectionViewGroup
member GetGroupFromItem :
item : Object *
groupLevel : int -> DataGridCollectionViewGroup
- item Object
- item
- groupLevel Int32
- groupLevel
DataGridCollectionViewGroupThe group the given item falls under or null if the item is not in the ItemsSource