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