Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1PropertyGrid Class / SelectedObject Property

In This Topic
    SelectedObject Property (C1PropertyGrid)
    In This Topic
    Gets or sets the object for which the C1PropertyGrid displays properties.
    Syntax
    'Declaration
     
    
    Public Property SelectedObject As Object
    public object SelectedObject {get; set;}
    See Also