Click or drag to resize

ThemedPropertyGridHandler Class

Themed handler for the PropertyGrid control.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerPropertyGrid
    EtoWidgetHandlerThemedPropertyGrid, PropertyGrid
      EtoWidgetHandlerThemedPropertyGrid, PropertyGrid, PropertyGridICallback
        Eto.FormsThemedControlHandlerThemedPropertyGrid, PropertyGrid, PropertyGridICallback
          Eto.Forms.ThemedControlsThemedPropertyGridHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class ThemedPropertyGridHandler : ThemedControlHandler<ThemedPropertyGrid, PropertyGrid, PropertyGridICallback>, 
	PropertyGridIHandler, ControlIHandler, WidgetIHandler

The ThemedPropertyGridHandler type exposes the following members.

Constructors
  NameDescription
Public methodThemedPropertyGridHandler
Initializes a new instance of the ThemedPropertyGridHandler 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
See Also