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

ExtensionsFactory.ListBox(ListBoxSettings) Method

Creates a ListBox.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v20.1.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ListBoxExtension ListBox(
    ListBoxSettings settings
)

Parameters

Name Type Description
settings ListBoxSettings

A ListBoxSettings object containing ListBox extension settings.

Returns

Type Description
ListBoxExtension

A ListBoxExtension object implementing the ListBox functionality.

See Also