Search
PropertyGrid Properties
 


 Public Properties

  Name Description

acceptDrop

ListContainer.acceptDrop override.

allowCellSelect

Gets or sets a value, indicating whether single cell selection is enabled.

allowDrag

ListContainer.allowDrag override.

allowDrop

ListContainer.allowDrop override.

allowEdit

Gets or sets a value, indicating whether inplace editing is enabled.

allowScroll

Gets or sets a value, indicating whether scrolling is enabled.

currentIndex

Gets the index of the currently selected object, if that object is within a collection property.

currentObject

Gets the object whose properties are currently displayed by this control.

currentProperty

Gets the name of the selected property.

editReadonlyProperties

Gets or sets a value indicating whether properties that don't have setters can be edited.

metaData

Gets or sets the meta data dictionary, associated with this control.

selectedObject

Gets or sets the object whose properties can be edited by this control.

showAllProperties

Gets or sets a value indicating whether to enumerate the properties, that are not included in the meta data dictionary.

showReadonlyProperties

Gets or sets a value indicating whether to enumerate the properties that don't have setters.

 See Also