Gets or sets the object for which the C1PropertyGrid displays properties.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public Object SelectedObject { get; set; }
Visual Basic
Public Property SelectedObject As Object
	Get
	Set

Remarks

This is a dependency property.

See Also