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

TcxPopupEditProperties Class

Stores pop-up editor settings.

#Declaration

Delphi
TcxPopupEditProperties = class(
    TcxCustomPopupEditProperties
)

#Remarks

The TcxPopupEditProperties class implements all appearance and behavior settings of unbound and data-aware pop-up editors. You can use the PopupControl property to embed any TControl class descendant into the editor’s pop-up or drop-down window.

#Main API Members

The list below outlines key members of the TcxPopupEditProperties class that allow you to configure pop-up editors.

#Direct TcxPopupEditProperties Class References

The following public API members reference a TcxPopupEditProperties object:

TcxDBPopupEdit.ActiveProperties
TcxDBPopupEdit.Properties
TcxPopupEdit.ActiveProperties
TcxPopupEdit.Properties
See Also