Avalonia.Controls.TreeDataGrid
Avalonia.Controls.TreeDataGrid copied to clipboard
how to set checkbox column's header as checkbox
how to set checkbox column's header as checkbox
<DataTemplate> <LightCheckBox Margin="8 0 0 0" HorizontalAlignment="Left" IsChecked="{ReflectionBinding IsSelected}" Command="{ReflectionBinding ElementName=View, Path=DataContext.UpdateAllCheckedCommand}" /> </DataTemplate>