Public ReadOnly Property CanSelectAll As Boolean
public bool CanSelectAll {get;}
{ if (tableView.CanSelectAll) tableView.SelectAll(); }
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
TableView Class TableView Members