TcxGridFindPanelOptions.DisplayMode Property
In This Article
Specifies the Find Panel‘s visibility mode.
#Declaration
Delphi
property DisplayMode: TcxFindPanelDisplayMode read; write; default fpdmNever;
#Property Value
Type | Default |
---|---|
Tcx |
fpdm |
#Remarks
Refer to the TcxFindPanelDisplayMode type description for details on all available options.
Note
If the panel is embedded into the Group by box and the Display
The DisplayMode property’s default value is fpdmNever.
See Also