# Key Features

Develop powerful and lightweight web applications using ASP.NET MVC controls. Learn more about the ComponentOne MVC controls in ASP.NET MVC documentation.

## Content



ListBox offers many advanced features. These features are listed below:

*   [DisplayPath](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.DisplayMemberPath.html)<br />Use the DisplayPath property to specify the name used for the visual representation of the items.<br /><br />
*   [IsContentHtml](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.IsContentHtml.html)<br />Specifies whether items contain plain text or HTML.<br /><br />
*   [SelectedItem](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedItem.html)<br />Represents the currently selected item in the drop-down list.<br /><br />
*   [SelectedIndex](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedIndex.html)<br />Indicates the index of the [SelectedItem](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedItem.html).<br /><br />
*   [SelectedValuePath](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedValuePath.html)<br />Represents the name of the property used to get the [SelectedValue](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedValue.html) and [SelectedItem](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedItem.html).<br /><br />
*   [SelectedValue](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedValue.html)<br />Indicates the value of the [SelectedItem](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedItem.html), obtained using the [SelectedValuePath](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.SelectedValuePath.html).<br /><br />
*   [MaxHeight](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.MaxHeight.html)<br />Use the [MaxHeight](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.MaxHeight.html) property to set the maximum height of the list.<br /><br />
*   [VirtualizationThreshold](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ListBox-1.VirtualizationThreshold.html)<br />Use the **VirtualizationThreshold** property to set the minimum number of rows and/or columns required to enable virtualization in the ListBox control. For more information, see [Virtualization](/componentone/docs/mvc/online-mvc/workwithcontrols/Input/InputCommonFeatures/input-virtualization).