Click or drag to resize

PropertyGrid Class

Control to edit the properties of one or more objects.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class PropertyGrid : Control

The PropertyGrid type exposes the following members.

Constructors
  NameDescription
Public methodPropertyGrid
Initializes a new instance of the PropertyGrid class
Top
Properties
  NameDescription
Public propertySelectedObject
Gets or sets the selected object for the grid to edit
Public propertySelectedObjects
Gets or sets the selected objects for the grid to edit
Public propertyShowCategories
Gets or sets a value indicating that the categories should be shown
Public propertyShowDescription
Gets or sets a value indicating that the description panel should be shown
Top
Methods
  NameDescription
Protected methodGetCallback
Gets the callback object for this control to raise events.
(Overrides ControlGetCallback.)
Protected methodOnPropertyValueChanged
Raises the PropertyValueChanged event.
Public methodRefresh
Refreshes the grid with new values from the selected object(s)
Top
Events
  NameDescription
Public eventPropertyValueChanged
Event to handle when a property value has been changed.
Top
Fields
  NameDescription
Public fieldStatic memberPropertyValueChangedEvent
Event identifier for the PropertyValueChanged event.
Top
See Also