ExtensionsFactory.ListBox(Action<ListBoxSettings>) Method
Creates a ListBox.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public ListBoxExtension ListBox(
Action<ListBoxSettings> method
)
Public Function ListBox(
method As Action(Of ListBoxSettings)
) As ListBoxExtension
Parameters
Name | Type | Description |
---|---|---|
method | Action<ListBoxSettings> | A delegate method that accepts ListBoxSettings as a parameter. |
Returns
Type | Description |
---|---|
ListBoxExtension | A ListBoxExtension object implementing the ListBox functionality. |
See Also
Feedback