c# - Working with enumerations marked with Flag Attribute in the PropertyGrid -
i have enumeration marked flag attribute. how can establish convenient editing property type of enumeration in propertygrid? should able set such values enumvalue1 | enumvalue2. also, customized strings enum values should displayed in propertygrid.
inherits propertygrid & override methods...
Comments
Post a Comment