Skip to main content

TcxCustomGridTableView.OnFindPanelVisibilityChanged Event

Enables you to track Find Panel visibility changes.

Declaration

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