TcxGridFindPanelOptions.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’s default value is fcbDefault.
See Also