DropDownBoxTemplateContext(IDropDownBox) Constructor
Initializes a new instance of the DropDownBoxTemplateContext class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DropDownBoxTemplateContext(
IDropDownBox dropdownBox
)
Parameters
Name | Type | Description |
---|---|---|
dropdownBox | IDropDownBox | An object that implements the |
See Also