PropertyGridIHandlerSelectedObjects 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 SelectedObjects As IEnumerable(Of Object)
Get
Set
abstract SelectedObjects : IEnumerable<Object> with get, set
Property Value
Type:
IEnumerableObjectRemarks
Only common properties (with the same name and type) will be shown.
See Also