Back to Devexpress

IDropDownBox.EditBoxDisplayTemplate Property

blazor-devexpress-dot-blazor-dot-idropdownbox-31854d58.md

latest1.1 KB
Original Source

IDropDownBox.EditBoxDisplayTemplate Property

Specifies the template used to display edit box content.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
RenderFragment<DropDownBoxEditBoxDisplayTemplateContext> EditBoxDisplayTemplate { get; set; }

Property Value

TypeDescription
RenderFragment<DropDownBoxEditBoxDisplayTemplateContext>

Template content.

|

Remarks

Refer to the EditBoxDisplayTemplate property description for additional information and an example.

See Also

IDropDownBox Interface

IDropDownBox Members

DevExpress.Blazor Namespace