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