Back to Devexpress

DevExpress.Xpf.PropertyGrid Namespace

wpf-devexpress-dot-xpf-e727e5d7.md

latest8.4 KB
Original Source

DevExpress.Xpf.PropertyGrid Namespace

Contains classes that implement the functionality of the PropertyGridControl. To use these classes in XAML code, add the xmlns:dxprg=”http://schemas.devexpress.com/winfx/2008/xaml/propertygrid“ namespace reference.

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Classes

NameDescription
ActivationActionEventArgsBaseContains data for the GetIsEditorActivationAction and ProcessEditorActivationAction events.
BarItemNames staticStores the names of the default property menu items.
BrushEditRepresents a brush editor.
BrushEditSettingsContains settings specific to a brush editor.
CategoryDefinitionRepresents a category definition.
CellEditorPresenterRepresents an object that is used to configure and display cell editors within property grid cells.
CellValueChangedEventArgsContains data for the CellValueChanged event.
CellValueChangingEventArgsContains data for the CellValueChanging event.
CollectionButtonBaseEventArgsServes as a base class for arguments used in collection button events.
CollectionButtonClickEventArgsContains data for the CollectionButtonClick event.
CollectionButtonsVisibilityEventArgsContains data for the CollectionButtonsVisibility event.
CollectionDefinitionRepresents a collection definition.
CustomExpandEventArgsProvides data for the PropertyGridControl.CustomExpand event.
GetActiveEditorNeedsKeyEventArgsContains data for the GetActiveEditorNeedsKey event.
GetIsEditorActivationActionEventArgsContains data for the GetIsEditorActivationAction event.
InstanceInitializeEventArgsContains data for the Initialize event.
PopupBrushEditRepresents a brush editor displayed within a dropdown window.
PopupBrushEditSettingsContains settings specific to a popup brush editor.
ProcessEditorActivationActionEventArgsContains data for the ProcessEditorActivationAction event.
PropertyDefinitionRepresents a property definition.
PropertyDefinitionBaseServes as a base for classes that represent property definitions.
PropertyDefinitionCollectionThis class supports the internal infrastructure and is not intended to be used directly from your code.
PropertyGridControlThe property grid control.
PropertyGridMenuEventArgsContains data for the MenuOpening event.
PropertyGridRowBaseEventArgsServes as a base class for arguments used in row events.
RowInfoContains information about a data row.
TypeDefinitionSpecifies custom data types to add to a collection.
ValidateCellEventArgsProvides data for the PropertyGridControl.ValidateCell event.
XamlInitializerImplements a functionality that allows you to use XAML to define custom data types for PropertyGrid.CollectionDefinition.

Enums

NameDescription
AllowExpandingModeLists the values used to specify which properties can be expanded.
ApplyingModeLists values that specify when the property definition is applied.
CategoriesShowModeLists the values used to specify the categories display mode.
CellEditorPresenterPathModeLists values that specify whether the CellEditorPresenter.Path property value represents a relative path or an absolute path.
CollectionButtonKindLists buttons that allow users to interact with collections.
DescriptionLocationLists values that specify the location of the property description.
HeaderHighlightingModeLists values that specify which parts of the selected property should be highlighted.
HeaderShowModeLists the values used to specify the display mode of PropertyDefinition and CollectionDefinition headers.
PropertyGridFilterModeLists values that specify how properties are filtered.
PropertyGridMenuTypeLists PropertyGridControl menus.
PropertyGridSortModeLists values that specify how grid data is sorted.
ShowMenuModeLists values that specify when a Property Grid displays the Property Menu.
ShowPropertiesModeLists values that specify which properties are shown.
TypeMatchModeLists the values that specify the rules of type matching between the properties in the data source and the PropertyGrid’s property definitions.