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