ThemedPropertyGridHandlerSelectedObjects Property |
Gets or sets the selected objects for the grid to edit
Namespace:
Eto.Forms.ThemedControls
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IEnumerable<Object> SelectedObjects { get; set; }
Public Property SelectedObjects As IEnumerable(Of Object)
Get
Set
abstract SelectedObjects : IEnumerable<Object> with get, set
override SelectedObjects : IEnumerable<Object> with get, set
Property Value
Type:
IEnumerableObjectImplements
PropertyGridIHandlerSelectedObjectsRemarks
Only common properties (with the same name and type) will be shown.
See Also