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:
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