[]
        
(Showing Draft Content)

PropertyGrid for Silverlight Quick Start

Like the standard Microsoft PropertyGrid control, the C1PropertyGrid control works based on a SelectedObject property. Once this property is set, the control displays the object's public properties and allows the user to edit them. In this quick start guide, you will define a Silverlight application, and C1PropertyGrid to create a user interface to display and edit information in a control.

See Also

Step 1 of 3: Creating the C1PropertyGrid Application

Step 2 of 3: Customizing the C1PropertyGrid Application

Step 3 of 3: Running the PropertyGrid Application