Skip to main content

PropertyGridControl Class

The property grid control.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public class PropertyGridControl :
    Control,
    INavigationSupport

The following members return PropertyGridControl objects:

Remarks

The DevExpress WPF Property Grid Control is a data bound control that allows you to display and edit an object’s properties. This control offers multiple features such as a built-in search control, a wide array of cell editors, the capability to switch the object in runtime, flexible property definitions, and more.

Run Demo: Property Grid - Layout Customization

propertygrid

The following code snippets (auto-collected from DevExpress Examples) contain references to the PropertyGridControl class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also