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)
1 reference to GetSectionTextColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
98
var sectionHeaderTextColor = table.Model.
GetSectionTextColor
((int)section);