ExtensionsFactory.ListBox(ListBoxSettings) Method
In This Article
Creates a ListBox.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ListBoxExtension ListBox(
ListBoxSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | List |
A List |
#Returns
Type | Description |
---|---|
List |
A List |
See Also