Back to Devexpress

TcxGridFindPanelOptions.UseExtendedSyntax Property

vcl-cxgridcustomtableview-dot-tcxgridfindpaneloptions-21c0fb1a.md

latest1.4 KB
Original Source

TcxGridFindPanelOptions.UseExtendedSyntax Property

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

Declaration

delphi
property UseExtendedSyntax: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TcxDataFindCriteria.UseExtendedSyntax

TcxGridFindPanelOptions Class

TcxGridFindPanelOptions Members

cxGridCustomTableView Unit