Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top