Skip to main content

TcxEditingControl.OnFindPanelVisibilityChanged Event

Enables you to track Find Panel visibility changes.

Declaration

property OnFindPanelVisibilityChanged: TcxecFindPanelVisibilityChangedEvent read; write;

Remarks

This event fires after the Find Panel visibility is changed. The AVisible event parameter returns True if the Find Panel is made visible; otherwise, False. This value matches the value returned by the IsFindPanelVisible function. Refer to this section to learn how to switch the panel visibility. End-users can switch the panel visibility only in fpdmManual display mode.

See Also