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

TcxCustomPopupEditProperties Class

Stores pop-up editor settings.

#Declaration

Delphi
TcxCustomPopupEditProperties = class(
    TcxCustomDropDownEditProperties
)

#Remarks

The TcxCustomPopupEditProperties class implements settings that allow you to embed a control (a TControl class descendant) into the editor’s pop-up or drop-down window.

#Main API Members

The list below outlines key members of the TcxCustomPopupEditProperties class that allow you to embed a control into the drop-down window and configure the editor.

#Direct TcxCustomPopupEditProperties Class References

The following public API members reference a TcxCustomPopupEditProperties object:

TcxCustomPopupEdit.ActiveProperties
Obtains the properties that are currently applied to an editor.
TcxCustomPopupEdit.Properties
Identifies the main attributes specific to an editor.
See Also