TcxCustomTreeList.IsFindPanelVisible Method
Determines if the Find Panel is currently displayed.
Declaration
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 tree list’s OnFindPanelVisibilityChanged event to track panel visibility changes.
See Also