TcxCustomVerticalGrid.IsFindPanelVisible Method
In This Article
Determines if the Find Panel is currently displayed.
#Declaration
Delphi
function IsFindPanelVisible: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the Find Panel is currently displayed onscreen; otherwise – False. Call the HideFindPanel or ShowFindPanel method to switch the panel visibility. End-users can switch the panel visibility only in fpdmManual display mode. Handle the vertical grid’s OnFindPanelVisibilityChanged event to track panel visibility changes.
See Also