DropDownBoxEditBoxDisplayTemplateContext Class
In This Article
Stores information about the processed drop-down box editor and is passed as the context
parameter to the EditBoxDisplayTemplate.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public class DropDownBoxEditBoxDisplayTemplateContext
#Remarks
Refer to the EditBoxDisplayTemplate property description for more information and an example.
See Also