ExtensionsFactory.ListBox(Action<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(
Action<ListBoxSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<List |
A delegate method that accepts List |
#Returns
Type | Description |
---|---|
List |
A List |
See Also