Skip to main content

TcxCustomGridTableController.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 View’s OnFindPanelVisibilityChanged event to track panel visibility changes.

See Also