TcxControlOptionsFindPanel.Behavior Property
In This Article
Switches the Find Panel between filter and search modes.
#Declaration
Delphi
property Behavior: TcxDataFindCriteriaBehavior read; write; default fcbDefault;
#Property Value
Type | Default |
---|---|
Tcx |
fcb |
#Remarks
Refer to the TcxDataFindCriteriaBehavior type description for details.
The Behavior property is synchronized with the container control‘s DataController.FindCriteria.Behavior property.
The Behavior property’s default value is fcbDefault.
See Also