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

    Specifies the template used to display edit box content.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    RenderFragment<DropDownBoxEditBoxDisplayTemplateContext> EditBoxDisplayTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<DropDownBoxEditBoxDisplayTemplateContext>

    Template content.

    Remarks

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

    See Also