Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableView.OnFindPanelVisibilityChanged Event

In This Article

Enables you to track Find Panel visibility changes.

#Declaration

Delphi
property OnFindPanelVisibilityChanged: TcxGridFindPanelVisibilityChangedEvent 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 View’s Controller.IsFindPanelVisible function. You can call the View’s Controller.HideFindPanel or Controller.ShowFindPanel method to switch the panel visibility. End-users can switch the panel visibility only in fpdmManual display mode.

See Also