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