Home » FAQ » WinForms » Type Editors » How do I make a class expandable within the property browser
Add a TypeConverter to your class type to tell the Property Browser it should be expandable.
[TypeConverter(typeof(ExpandableObjectConverter))] public class MyClass { }
(from [email protected] on microsoft.public.dotnet.framework.windowsforms)
Platform BlazorASP.NETWinFormsWPF.NET MAUI
Question *
Answer (Optional)
Email (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with