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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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