Skip to main content

FormLayoutNestedExtensionFactory.ListBox(Action<ListBoxSettings>) Method

Creates a ListBox.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void ListBox(
    Action<ListBoxSettings> settingsMethod
)

Parameters

Name Type Description
settingsMethod Action<ListBoxSettings>

A delegate method that accepts ListBoxSettings as a parameter.

See Also