Gets or sets the object 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 Object SelectedObject { get; set; }
Visual Basic (Declaration)
Public Property SelectedObject As Object

Remarks

Setting this property clears any existing SelectedObjects array. After setting this property, SelectedObjects returns a one-element array containing the selected object.

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

See Also