Skip to main content
All docs
V24.1

ListBoxItemDisplayTemplateContext.HighlightedDisplayText Property

Returns the item’s display text with highlighted search text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public RenderFragment HighlightedDisplayText { get; }

Property Value

Type Description
RenderFragment

A delegate that returns the highlighted display text.

See Also