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

TcxGridTableFindPanelLocation Enum

Enumerates the Find Panel‘s arrangement types.

#Declaration

Delphi
TcxGridTableFindPanelLocation = (
    fplSeparatePanel,
    fplGroupByBox
);

#Members

Name
fplSeparatePanel
fplGroupByBox

#Remarks

Options include:

Value

Description

Example

fplSeparatePanel

The Find Panel is a standalone UI element located at the separate panel.

fplGroupByBox

The compact Find Panel is embedded into the Group by box. If the panel is collapsed, a user should click the expand button at the Group by box or press Ctrl+F to display the panel. The Group by box does not display the button if it is arranged too close to the content area.

The compact Find Box is displayed at the separate panel if one of the following occurs:

  • The Find Box’s position matches the Group by box content’s area.

  • The Group by box is invisible.

The Find Panel’s Location property references the TcxGridTableFindPanelLocation type.

See Also