본문 바로가기
.NET

C# PropertyGrid Attribute 종류 정리

by leo21c 2023. 12. 26.
SMALL

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

LIST