This property is suggested by LSP but then rejected by the compiler: “identifier not found”.
I see now that the correct syntax should be ColumnDefs.Count, right?
This property is suggested by LSP but then rejected by the compiler: “identifier not found”.
I see now that the correct syntax should be ColumnDefs.Count, right?
We have seen this indeed and we'll look to sync design-time & run-time code.
You can indeed use grid.ColumnDefs.Count
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.