# PropertyGrid for WPF Quick Start

## Content



Like the standard Microsoft **PropertyGrid** control, the [C1PropertyGrid](/componentone/api/wpf/online-extended/dotnet-framework-api/C1.WPF.Extended.4.6.2/C1.WPF.Extended.C1PropertyGrid.html) 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 WPF application, and **C1PropertyGrid** to create a user interface to display and edit information in a control.

## See Also

[Step 1 of 3: Creating the Property Grid Application](/componentone/docs/wpf/online-extended/PropertyGrid/PropertyGridforWPFQuickStart/Step1of3CreatingthePropertyGridApplication)

[Step 2 of 3: Customizing the C1PropertyGrid Application](/componentone/docs/wpf/online-extended/PropertyGrid/PropertyGridforWPFQuickStart/Step2of3CustomizingtheC1PropertyGridApplication)

[Step 3 of 3: Running the C1PropertyGrid Application](/componentone/docs/wpf/online-extended/PropertyGrid/PropertyGridforWPFQuickStart/Step30f3RunningtheC1PropertyGridApplication)