.NET

C# PropertyGrid Attribute 종류 정리

leo21c 2023. 12. 26. 20:03

[DisplayName(...)]
[Description(...)]
[Category(...)]
[TypeConverter(...)]
[ReadOnly(...)]
[Browsable(...)]
[DefaultValue(...)]
[Editor(...)]

LIST