Click or drag to resize

PropertyGridIHandler Interface

Handler interface for the PropertyGrid

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The PropertyGridIHandler type exposes the following members.

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
Public methodRefresh
Refreshes the grid with new values from the selected object(s)
Top
See Also