TcxGridTableFindPanelOptions.Location Property
In This Article
Specifies if the Find Panel is embedded into the Group by box.
#Declaration
Delphi
property Location: TcxGridTableFindPanelLocation read; write; default fplSeparatePanel;
#Property Value
Type | Default |
---|---|
Tcx |
fpl |
#Remarks
Refer to the TcxGridTableFindPanelLocation type description for details.
The Location property’s default value is fplSeparatePanel.
See Also