Skip to main content

TcxGridFindPanelOptions.UseExtendedSyntax Property

Specifies if the extended syntax is available for a search string.

Declaration

property UseExtendedSyntax: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

A grid View‘s data controller interprets the Find box’s content as a single full-text filter or search criterion. Set the UseExtendedSyntax property to True to parse “+” (plus), “-“ (minus), “%” (percent), “_” (underscore), and a spacebar as special characters that allow a user to set up multiple filter or search criteria simultaneously.

The UseExtendedSyntax property is synchronized with the grid View’s DataController.FindCriteria.UseExtendedSyntax property.

The UseExtendedSyntax property’s default value is False.

See Also