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

Default PropertyGrid control

Features

  • Binding with any objects — Specifies the object whose properties are displayed in the WPF PropertyGrid.
  • Custom Editor — CustomEditor support enables you to set custom value editors for particular properties, instead of default editors.
  • Category Editor — CategoryEditor support allows you to set the related properties (one or more properties) to be categorized.
  • Grouping — Groups properties based on their Category attribute.
  • Sorting — Supports sorting in both ascending and descending order.
  • Skin - Provides a variety of built-in themes.
  • Blendability — Can be easily customized using Blend.
  • Code sharing — Provides code sharing with Silverlight.