Back to Devexpress

TcxControlOptionsFindPanel.DisplayMode Property

vcl-cxinplacecontainer-dot-tcxcontroloptionsfindpanel.md

latest1.3 KB
Original Source

TcxControlOptionsFindPanel.DisplayMode Property

Specifies the end-user availability of the Find Panel.

Declaration

delphi
property DisplayMode: TcxFindPanelDisplayMode read; write; default fpdmNever;

Property Value

TypeDefault
TcxFindPanelDisplayModefpdmNever

Remarks

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

The default value of the DisplayMode property is fpdmNever.

See Also

TcxCustomTreeList.HideFindPanel

TcxCustomTreeList.ShowFindPanel

TcxCustomVerticalGrid.HideFindPanel

TcxCustomVerticalGrid.ShowFindPanel

TcxEditingControl.OnFindPanelVisibilityChanged

TcxGridFindPanelOptions.DisplayMode

TcxControlOptionsFindPanel Class

TcxControlOptionsFindPanel Members

cxInplaceContainer Unit