dundas.controls.PropertyGrid Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.PropertyGrid
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
categoryDescriptors Gets or sets the category descriptors.
focusedPropertyNames Gets or sets the currently focused properties.
object Gets or sets the object to display in the property grid. This must be an object descriptor.
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.
 
 

Methods

 
  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.
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.