Skip to main content
All docs
V24.1

IDropDownBox.DropDownBodyTemplate Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment<DropDownBoxTemplateContext> DropDownBodyTemplate { get; set; }

Property Value

Type Description
RenderFragment<DropDownBoxTemplateContext>

The body template.

Remarks

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

See Also