TcxFindPanelLayout Enum
In This Article
Enumerates the Find Panel‘s layout options.
#Declaration
Delphi
TcxFindPanelLayout = (
fplDefault,
fplCompact
);
#Members
Name |
---|
fpl
|
fpl
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
fpl |
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. | ![]() |
fpvm |
The panel shrinks its elements and arranges control buttons inside the Find box. | ![]() |
The following properties reference the TcxFindPanelLayout type:
A tree list control’s FindPanel.Layout property.
A grid View‘s FindPanel.Layout property.
Data-aware and virtual vertical grid control’s FindPanel.Layout property.
See Also