Click or drag to resize

PropertyGrid.IHandler.SelectedObjects Property

Gets or sets the selected objects for the grid to edit

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
IEnumerable<Object> SelectedObjects { get; set; }

Property Value

Type: IEnumerable<Object>
Remarks
Only common properties (with the same name and type) will be shown.
See Also