Skip to main content

TcxControlOptionsFindPanel.Behavior Property

Switches the Find Panel between filter and search modes.

Declaration

property Behavior: TcxDataFindCriteriaBehavior read; write; default fcbDefault;

Property Value

Type Default
TcxDataFindCriteriaBehavior fcbDefault

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