Forum Discussion
Daniel_Donnelly_Jr
Dec 18, 2022Copper Contributor
How does one databind a "Color function" that takes a parameter an already-bound object?
Here is the function I want to bind to: public Color DeviceStatusColor(Device device)
{
string colorKey;
switch (device.Status)
{
...
LanHuang
Dec 23, 2022Microsoft
Thanks for posting your issue here.
However this platform is used for how-to discussions and sharing best practices for building any app with .NET.Since your issue is a technical question, welcome to post it in Microsoft Q&A forum, the support team and communities on Microsoft Q&A will help you for any technical questions.
Besides, it will be appreciated if you can share it here once you post this technical question Microsoft Q&A.
Best Regards,
Lan Huang