Enum PropertyGridFeature
Allows to turn on/off different features in the property grid control.
[Flags]
public enum PropertyGridFeature
Fields
QuestionCharInNullable = 0
Adds '?' character to the property label if property type is nullable (for example: 'byte?', 'string?').
Remarks
This enumeration supports a bitwise combination of its member values.