TcxGridTableFindPanelLocation Enum
Enumerates the Find Panel‘s arrangement types.
Declaration
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 Panel’s Location property references the TcxGridTableFindPanelLocation type.
See Also