DropDownBoxQueryDisplayTextContext(IDropDownBox) Constructor
In This Article
Initializes a new instance of the DropDownBoxQueryDisplayTextContext class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DropDownBoxQueryDisplayTextContext(
IDropDownBox dropDownBox
)
#Parameters
Name | Type | Description |
---|---|---|
drop |
IDrop |
An object that implements the |
See Also