Back to Devexpress

Overview

wpf-15641-controls-and-libraries-property-grid-overview.md

latest2.1 KB
Original Source

Overview

  • Jun 04, 2023

The DevExpress WPF PropertyGridControl is a data bound control that allows end users to display and edit the properties of an object. It includes multiple features such as a built-in search control, a wide array of cell editors, the capability to switch the object at runtime, flexible property definitions, and more.

The following table lists classes that represent the main elements of the PropertyGrid control.

ClassDescription
ApplyingModeLists values that specify when the property definition is applied.
CollectionDefinitionRepresents a collection definition.
DescriptionLocationLists values that specify the location of the property description.
PropertyDefinitionRepresents a property definition.
PropertyDefinitionBaseServes as a base for classes that represent property definitions.
PropertyGridControlThe property grid control.
PropertyGridFilterModeLists values that specify how properties are filtered.
PropertyGridSortModeLists values that specify how grid data is sorted.
RowInfoContains information about a data row.
ShowPropertiesModeLists values that specify which properties are shown.
XamlInitializerImplements a functionality that allows you to use XAML to define custom data types for PropertyGrid.CollectionDefinition.