TcxGridTableFindPanelOptions Class
In This Article
Contains the Find Panel‘s search settings.
#Declaration
Delphi
TcxGridTableFindPanelOptions = class(
TcxGridFindPanelOptions
)
#Remarks
This class extends its ancestor with the following members that allow you to:
Include group row or preview section content into the source from which search routines extract data (SearchInGroupRows and SearchInPreview).
Embed the Find Panel into the Group by box (Location).
A grid View’s (except for a Chart View) FindPanel property references the TcxGridTableFindPanelOptions object.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridFindPanelOptions
TcxGridTableFindPanelOptions
See Also