Click or drag to resize

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; }

Property Value

Type: IEnumerableObject

Implements

PropertyGridIHandlerSelectedObjects
Remarks
Only common properties (with the same name and type) will be shown.
See Also