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

TcxFindPanelLayout Enum

Enumerates the Find Panel‘s layout options.

#Declaration

Delphi
TcxFindPanelLayout = (
    fplDefault,
    fplCompact
);

#Members

Name
fplDefault
fplCompact

#Remarks

Options include:

Value Description Example
fplDefault The Find box and the control buttons are full-sized. The panel arranges the corresponding control buttons outside the Find box (except for the Clear button in search mode) depending on the active mode and button visibility settings.
fpvmCompact The panel shrinks its elements and arranges control buttons inside the Find box.

The following properties reference the TcxFindPanelLayout type:

See Also