ListBoxColumnCellDisplayTemplateContext.HighlightedDisplayText Property
Returns the cell’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