Intersoft ClientUI Documentation
SelectedObject Property



Gets or sets the selected object.
Syntax
<CategoryAttribute("Common Properties")>
Public Property SelectedObject As Object
Dim instance As UXPropertyGrid
Dim value As Object
 
instance.SelectedObject = value
 
value = instance.SelectedObject
[CategoryAttribute("Common Properties")]
public object SelectedObject {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Object^ SelectedObject {
   Object^ get();
   void set (    Object^ value);
}
Remarks

To display a single object in UXPropertyGrid, you use the SelectedObject property. Simply you only need to bind the object to UXPropertyGrid and it will do the rest.

XAML
Copy Code
<Intersoft:UXPropertyGrid SelectedObject="{Binding SelectedObject}"/>
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback