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