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

    Specifies a template for the drop-down window’s header.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    RenderFragment<DropDownBoxTemplateContext> DropDownHeaderTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<DropDownBoxTemplateContext>

    The header template.

    Remarks

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

    See Also