DxDropDown.FooterText Property
Specifies the text displayed in the window footer.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string FooterText { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The footer’s text. |
Remarks
Set the FooterVisible property to true to show the footer in the drop-down window. Use the FooterText property to specify the footer’s text.

See Also