| Name | Description | |
|---|---|---|
![]()  | init | Initializes the control. Called during construction. | 
| Name | Description | |
|---|---|---|
![]()  | categoryDescriptors | Gets or sets the category descriptors. | 
![]()  | categoryState | Gets or sets data about the current state of the categories. | 
![]()  | element | Gets the DOM element containing the property grid. | 
![]()  | focusedPropertyNames | Gets or sets the currently focused properties. | 
![]()  | focusedPropertyState | Gets or sets data about the current state of the last focused property. | 
![]()  | isAnimationDisabled | Gets or sets a value indicating whether animated transitions are disabled. | 
![]()  | object | Gets or sets the object to display in the property grid. | 
![]()  | objects | Gets the objects displayed and navigated to in the property grid. | 
![]()  | propertyPath | Gets an array of items identifying the property path that has been navigated on the property grid. | 
![]()  | scrollTop | |
![]()  | searchInputValue | Gets or sets search input value. | 
![]()  | section | Gets or sets the current section ID. | 
![]()  | sectionDescriptors | Gets or sets the section descriptors. | 
| Name | Description | |
|---|---|---|
![]()  | dispose | Disposes the component. | 
![]()  | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | 
![]()  | getPropertyEditor | Returns the editor that is currently displaying the property specified by a property path item. | 
![]()  | highlightProperty | Displays a temporary highlight over the specified property or its containing category if collapsed. | 
![]()  | navigateToPropertyPath | Navigates the property grid to display the last path item in a given path. | 
![]()  | refreshProperty | Updates a property with a new value and refreshes the UI of its editor. | 
![]()  | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |