c# - editor for Nullable in PropertyGrid -


i have create class inherit icustomtypedescriptor dynamicly load properties in propertygrid. need edit datetime inside. if type nullable<datetime> standart calendar editor not shown datetime works cant leave editor field empty (like want set value null). note. im not using class attributes, need somehow solve problem using icustomtypedescriptor , propertydescriptor im using.

nobody knows?


Comments

Popular posts from this blog

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

php - Changing the visibility scope of parent methods in child classes -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -