We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1e77b commit a9670c7Copy full SHA for a9670c7
1 file changed
src/Columns/TableViewTemplateColumn.cs
@@ -9,6 +9,7 @@ namespace WinUI.TableView;
9
#if WINDOWS
10
[WinRT.GeneratedBindableCustomProperty]
11
#endif
12
+[ContentProperty(Name = nameof(CellTemplate))]
13
public partial class TableViewTemplateColumn : TableViewColumn
14
{
15
/// <summary>
0 commit comments