Skip to main content
A newer version of this page is available. .

DxDropDownBase<T, JSProxyType>.ShowDropDown() Method

Displays an editor’s drop-down window.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public void ShowDropDown()

Remarks

Call the ShowDropDown method to open the editor’s drop-down window. The method doesn’t take the DropDownVisible property’s value into account.

See Also