Skip to main content
All docs
V25.1
  • IDropDownBox.EditBoxDisplayTemplate Property

    Specifies the template used to display edit box content.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment<DropDownBoxEditBoxDisplayTemplateContext> EditBoxDisplayTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<DropDownBoxEditBoxDisplayTemplateContext>

    Template content.

    Remarks

    Refer to the EditBoxDisplayTemplate property description for more information and an example.

    See Also