Skip to content

Commit a9670c7

Browse files
authored
add ContentProperty attribute to template column
1 parent cb1e77b commit a9670c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Columns/TableViewTemplateColumn.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace WinUI.TableView;
99
#if WINDOWS
1010
[WinRT.GeneratedBindableCustomProperty]
1111
#endif
12+
[ContentProperty(Name = nameof(CellTemplate))]
1213
public partial class TableViewTemplateColumn : TableViewColumn
1314
{
1415
/// <summary>

0 commit comments

Comments
 (0)