WPF PropertyGrid Overview
15 Aug 20231 minute to read
The PropertyGrid control provides an interface for browsing and editing an object’s properties with Blendability support, custom editors, category editors, sorting and grouping supports. The WPF PropertyGrid control provides similar features to the Windows Forms PropertyGrid control.
Control structure

Features
- Binding with any objects — Denotes the object that properties displayed in the
PropertyGrid. - Custom Editor —
CustomEditorsupport enables you to set custom value editors for particular properties, instead of default editors. - Category Editor —
CategoryEditorsupport allows you to set the related properties (one or more properties) to be categorized. - Grouping —
PropertyGridgroups the properties based on the property’sCategoryattribute. - Sorting —
PropertyGridsupports bothascendinganddescendingorder sorting. - Skin -
PropertyGridprovides a variety of skin themes. - Blendability —
PropertyGridcontrol can be easily customized in a blend. - Code sharing — Provides code sharing with
Silverlight.