Skip to main content
All docs
V25.1
  • DropDownBoxTemplateContext(IDropDownBox) Constructor

    Initializes a new instance of the DropDownBoxTemplateContext class with specified settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public DropDownBoxTemplateContext(
        IDropDownBox dropdownBox
    )

    Parameters

    Name Type Description
    dropdownBox IDropDownBox

    An object that implements the IDropDownBox interface and contains drop-down box settings.

    See Also