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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment<DropDownBoxTemplateContext> DropDownHeaderTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<DropDownBoxTemplateContext>

    The header template.

    Remarks

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

    See Also