Back to Devexpress

ListBoxExtension Class

aspnet-devexpress-dot-web-dot-mvc-9e0298f4.md

latest5.7 KB
Original Source

ListBoxExtension Class

Represents an extension object implementing the ListBox functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ListBoxExtension :
    EditorExtension
vb
Public Class ListBoxExtension
    Inherits EditorExtension

The following members return ListBoxExtension objects:

Show 15 links

Remarks

To declare the ListBox in a View, invoke the ExtensionsFactory.ListBox helper method. This method returns the ListBox extension that is implemented by the ListBoxExtension class.

To configure the ListBox extension, pass the ListBoxSettings object to the ExtensionsFactory.ListBox helper method as a parameter. The ListBoxSettings object contains all the ListBox extension settings.

Refer to the ListBox Overview topic to learn how to add the ListBox extension to your project.

Inheritance

Object ExtensionBase EditorExtension ListBoxExtension

See Also

ListBoxExtension Members

ListBox

ListBoxSettings

DevExpress.Web.Mvc Namespace