TcxCustomGridTableViewStyles.IncSearch Property
In This Article
Specifies the style applied to the incremental search request.
#Declaration
Delphi
property IncSearch: TcxStyle index vsIncSearch read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores appearance settings for a UI element. |
#Remarks
Use this property to change the appearance of incremental search requests. Only the font color and background color settings are used in this style.
See Also