About Syncfusion® WPF PropertyGrid Control
18 Nov 20181 minute to read
The WPF PropertyGrid control provides an interface for browsing and editing an object’s properties with Blendability support, custom editors, category editors, sorting, and grouping support. The WPF PropertyGrid is implemented through the PropertyGrid class and provides features similar to the Windows Forms PropertyGrid control.
Control structure

Features
- Binding with any objects — Specifies the object whose properties are displayed in the WPF 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 — Groups properties based on their
Categoryattribute. - Sorting — Supports sorting in both
ascendinganddescendingorder. - Skin - Provides a variety of built-in themes.
- Blendability — Can be easily customized using Blend.
- Code sharing — Provides code sharing with
Silverlight.