DropDownBoxTemplateContext Constructors
Stores information about the processed drop-down box editor and is passed as thecontext parameter to DropDownHeaderTemplate, DropDownBodyTemplate, and DropDownFooterTemplate.
| Name | Parameters | Description |
|---|---|---|
| DropDownBoxTemplateContext(IDropDownBox) | dropdownBox | Initializes a new instance of the DropDownBoxTemplateContext class with specified settings. |
See Also