Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListStyles.IncSearch Property

Specifies the style settings for the cell located by the incremental search.

#Declaration

Delphi
property IncSearch: TcxStyle index tlsv_IncSearch read; write;

#Property Value

Type
TcxStyle

#Remarks

Use this property to define the style settings for the cell located by the incremental search.

The incremental search feature allows the end-user to incrementally search a column for a value. When incremental search is enabled, the end-user can locate the required text by typing within the TreeList control. You can enable this feature via the TreeList control’s OptionsBehavior.IncSearch property. To specify the column whose values are scanned by the incremental search, use the TreeList control’s OptionsBehavior.IncSearchItem property.

See Also