maui-linux/Xamarin.Forms.Platform.UAP/ICellRenderer.cs

7 строки
152 B
C#

namespace Xamarin.Forms.Platform.UWP
{
public interface ICellRenderer : IRegisterable
{
Windows.UI.Xaml.DataTemplate GetTemplate(Cell cell);
}
}