PropertyExpandability Enum
Specifies the expandability of properties in the property grid.
public enum PropertyExpandability
Fields
| Name | Description |
|---|---|
| Default | Indicates that properties will be expandable if the associated type converter allows sub-properties to be retrieved. |
| ForceAlways | Indicates that properties will be forced to be expandable even if a custom type converter has been specified. If a custom type converter has been specified, then it will only be overridden if it does not allow the property to be expandable. |
| ForceSimple | Indicates that properties will be forced to be expandable if a custom type converter has not been specified. |
| None | Indicates that properties will never be expandable. |