Skip to main content

PropertyGridControl Class

The property grid control.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v22.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 displaying and editing an object’s properties. It provides 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.

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