Provides a user interface for browsing the properties of an object.
To use the property grid, you create a new instance of the PropertyGrid class on a parent control and set SelectedObject to the object to display the properties for.
The information displayed in the grid is a snapshot of the properties at the time the object is assigned. If a property value of the object specified by the SelectedObject is changed in code at run time, the new value is not displayed until an action is taken in the grid that causes the grid to refresh.
For a full list of properties, methods and events see the API documentation.
Item | Description |
---|---|
Class name
wisej.web.PropertyGrid
Source code