Gets or sets the objects for which the grid displays properties. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public IList SelectedObjects { get; set; }
Visual Basic (Declaration)
Public Property SelectedObjects As IList

Remarks

Setting this property clears any existing SelectedObject. After setting this property, SelectedObject returns a MultipleObjectWrapper.

Modifications to the SelectedObjects list after it is assigned will be reflected in the grid only if the list implements INotifyCollectionChanged.

Dependency Property Information
Identifier field SelectedObjectsProperty
Metadata properties set to true None

See Also