TcxFindPanelPosition Enum
In This Article
Enumerates the Find Panel‘s display positions.
#Declaration
Delphi
TcxFindPanelPosition = (
fppTop,
fppBottom
);
#Members
Name |
---|
fpp
|
fpp
|
#Remarks
Options include:
Value | Description |
---|---|
fpp |
The Find Panel is displayed at the top of the control/grid View. |
fpp |
The Find Panel is displayed at the bottom of the control/grid View. |
See Also