1 write to _root
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
195 _root = value;
9 references to _root
Microsoft.Maui.Controls (9)
TableView\TableView.cs (9)
188 get { return _root; } 191 if (_root == value) 194 RemoveEvents(_root); 196 ApplyEvents(_root); 209 return _root[section][row]; 214 return _root[section].Count; 219 return _root.Count; 224 return _root[section].Title; 229 return _root[section].TextColor;