场景我正在使用TelerikUIForWindowsforms.我有一个RadGridView我在上面表示一个名为MarketInfo的自定义类型:PublicNotInheritableClassMarketInfo...PublicReadOnlyPropertyParticipantsAsReadOnlyCollection(OfParticipantInfo)GetReturnMe.GetParticipants()EndGetEndProperty...EndClass它只包含文本和bool值属性,以及返回另一个自定义类型集合的Participants属性:PrivateFu