Forum Discussion

Daniel_Donnelly_Jr's avatar
Daniel_Donnelly_Jr
Copper Contributor
Dec 18, 2022

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) { ...

Resources