Skip to main content
A newer version of this page is available. .

TreeListDataCellTemplateContainer.GetTextWithHighlightedSearchFilterResult() Method

Gets the result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string GetTextWithHighlightedSearchFilterResult()

Returns

Type Description
String

A string value that represents filtering results in the HTML markup.

Remarks

Use the GetTextWithHighlightedSearchFilterResult method to receive a filtering result while a filtered column incorporates a template. Note, that the result is received as the HTML markup with the highlighted source text for each match.

See Also