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

TcxEditPopupBorderStyle Enum

Enumerates the styles of popup window borders.

#Declaration

Delphi
TcxEditPopupBorderStyle = (
    epbsDefault,
    epbsSingle,
    epbsFrame3D,
    epbsFlat
);

#Members

Name
epbsDefault
epbsSingle
epbsFrame3D
epbsFlat

#Remarks

Values include:

Value

Meaning

epbsDefault

Popup borders are drawn in the manner in which editor borders are currently painted. That is determined by the TcxCustomEditStyle.BorderStyle and TcxCustomEditStyle.HotTrack properties of the editor with which the popup is associated.

epbsSingle

Popup borders are thin.

The following image displays the popup window with PopupBorderStyle set to epbsSingle.

epbsFrame3D

Popup borders are three-dimensional.

The following image displays the popup window with PopupBorderStyle set to epbsFrame3D.

epbsFlat

Popup borders are flat with a slight three-dimensional effect.

The following image displays the popup window with PopupBorderStyle set to epbsFlat.

See Also