1 implementation of IdString
Microsoft.Maui.Controls (1)
DataTemplate.cs (1)
46
string IDataTemplateController.
IdString
=> _idString;
2 references to IdString
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (1)
121
var cellId = ((IDataTemplateController)template.SelectDataTemplate(context, _context.Shell)).
IdString
;
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (1)
161
var cellId = ((IDataTemplateController)template.SelectDataTemplate(context, _context.Shell)).
IdString
;