IDropDownBox.DropDownBodyTemplate Property
In This Article
Specifies a template for the drop-down window’s body.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
RenderFragment<DropDownBoxTemplateContext> DropDownBodyTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Render |
The body template. |
#Remarks
Refer to the DropDownBodyTemplate property description for more information and an example.
See Also