Back to Devexpress

IDropDownBox.DropDownBodyTemplate Property

blazor-devexpress-dot-blazor-dot-idropdownbox-59381a24.md

latest1.1 KB
Original Source

IDropDownBox.DropDownBodyTemplate Property

Specifies a template for the drop-down window’s body.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
RenderFragment<DropDownBoxTemplateContext> DropDownBodyTemplate { get; set; }

Property Value

TypeDescription
RenderFragment<DropDownBoxTemplateContext>

The body template.

|

Remarks

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

See Also

IDropDownBox Interface

IDropDownBox Members

DevExpress.Blazor Namespace