ListBoxItemDisplayTemplateContext.HighlightedDisplayText Property
Returns the item’s display text with highlighted search text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.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