In This Article

CollectionPropertyDisplayMode Enum

Specifies the display mode of collection properties in the property grid.

public enum CollectionPropertyDisplayMode

Remarks

The Expandable and EditableInline values will only override default type converters. If a custom type converter is used, the collection may not be expandable.

Fields

Name Description
Default

Indicates that collections will only be expandable if the associated type converter supports it.

EditableInline

Indicates that collections will be forced to be expandable if a custom type converter has not been specified. In addition, inline editing buttons will be used when possible.

Expandable

Indicates that collections will be forced to be expandable if a custom type converter has not been specified.