문제

I have the user control with the following property

<EditOptions AllowEditing="true" AllowAdding="true" AllowDeleting="true" />

How to give the above property in design time as "EditOptions".

Thanks in Advance.

도움이 되었습니까?

해결책

Finally i have achieved by declaring the attribute "[TypeConverter(typeof(ExpandableObjectConverter))]" for the EditOption class. Now i am able to give the above property in design time for custom control.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top