Skip to main content
A newer version of this page is available. .

TcxControlOptionsFindPanel.DisplayMode Property

Specifies the end-user availability of the Find Panel.

Declaration

property DisplayMode: TcxFindPanelDisplayMode read; write; default fpdmNever;

Property Value

Type Default
TcxFindPanelDisplayMode fpdmNever

Remarks

Refer to the TcxFindPanelDisplayMode type description to learn about the available options.

The default value of the DisplayMode property is fpdmNever.

See Also