Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

cxOI Unit

#Classes

Name Description
EcxPropertyError A runtime exception for invalid argument of the property editor setter method.
TcxCustomRTTIInspector The base class for TcxRTTIInspector, which implements the runtime object inspector control.
TcxPropertyEditor The base class for editors used to edit the inspected components’ properties in the runtime object inspector.
TcxRTTIInspector A runtime Object Inspector control.
TcxRTTIInspectorOptionsView Contains display options for the runtime object inspector.

#Enums

Name Description
TcxPropertyAttribute Specifies the edited property attributes.

#Methods

Name Description
cxRegisterEditPropertiesClass(TcxPropertyEditorClass,TcxCustomEditPropertiesClass) Creates the association between an editor and editor properties.
cxRegisterPropertyEditor(PTypeInfo,TClass,string,TcxPropertyEditorClass) Creates the association between an editor and a property.

#Types

Name Description
TcxFilterPropertyEvent
TcxGetPropEditProc
TcxPropertyAttributes Represents the type of the GetAttributes method return value.
TcxPropertyEditorClass