TcxFindPanelDisplayMode Enum
Enumerates the Find Panel‘s end-user availability options.
#Declaration
TcxFindPanelDisplayMode = (
fpdmNever,
fpdmManual,
fpdmAlways
);
#Members
Name |
---|
fpdm
|
fpdm
|
fpdm
|
#Remarks
Options include:
Value | Description |
---|---|
fpdm | The Find Panel cannot be displayed. |
fpdm | Pressing the Ctrl+F key combination in a focused control/focused grid View invokes the Find Panel and moves focus to its Find box. End-users can close the Find Panel either by clicking the Close button or by pressing the Esc key in a Find box that is empty. Use the grid View’s Find In addition, the Express |
fpdm | The Find Panel is always displayed in the control/grid View. End-users cannot close the Find Panel using the methods described above. |