使用 a PropertyGrid,Extended WPF Toolkit我需要使用 a CollectionEditor:
[Editor(typeof(CollectionEditor), typeof(CollectionEditor))]
public Definition DefTypes { get; set; }
但是CollectionControlDialog单击DefTypes字段时出现的 没有可供选择的项目。
那么我该如何填充CollectionControlDialog呢?