Skip to main content

TcxFindPanelLayout Enum

Enumerates the Find Panel‘s layout options.

Declaration

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