Skip to main content
All docs
V25.1
  • ListBoxColumnCellDisplayTemplateContext.HighlightedDisplayText Property

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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