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

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public DropDownBoxQueryDisplayTextContext(
        IDropDownBox dropDownBox
    )

    Parameters

    Name Type Description
    dropDownBox IDropDownBox

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

    See Also