ListBoxItemDisplayTemplateContext.HighlightedDisplayText Property
In This Article
Returns the item’s display text with highlighted search text.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public RenderFragment HighlightedDisplayText { get; }
#Property Value
Type | Description |
---|---|
Render |
A delegate that returns the highlighted display text. |
See Also