Implemented interface member:
method
GetSectionTextColor
Microsoft.Maui.Controls.ITableModel.GetSectionTextColor(System.Int32)
1 override of GetSectionTextColor
Microsoft.Maui.Controls (1)
TableView\TableView.cs (1)
227
public override Color
GetSectionTextColor
(int section)
2 references to GetSectionTextColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
98
var sectionHeaderTextColor = table.Model.
GetSectionTextColor
((int)section);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TableViewModelRenderer.cs (1)
71
var sectionHeaderTextColor = View.Model.
GetSectionTextColor
((int)section);