aspnet-devexpress-dot-web-9573e000.md
Contains settings specific to a listbox editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ListBoxProperties :
ListEditProperties,
IMulticolumnListEditDataSettings,
IListEditItemsOwner,
IWebColumnsOwner,
IListBoxColumnsOwner,
IListBoxRenderHelperOwner,
IListEditCustomFilteringEventOwner,
IListEditPropertyDescriptorsOwner,
IItemsLoadingStrategyOwner
Public Class ListBoxProperties
Inherits ListEditProperties
Implements IMulticolumnListEditDataSettings,
IListEditItemsOwner,
IWebColumnsOwner,
IListBoxColumnsOwner,
IListBoxRenderHelperOwner,
IListEditCustomFilteringEventOwner,
IListEditPropertyDescriptorsOwner,
IItemsLoadingStrategyOwner
The following members return ListBoxProperties objects:
The ListBoxProperties class contains settings specific to the ASPxListBox editor type.
In addition to the common list editor settings inherited from its ancestor, the ListBoxProperties class implements the ListBoxProperties.ItemStyle property which allows a common item style to be defined.
Object StateManager PropertiesBase EditPropertiesBase EditProperties ListEditProperties ListBoxProperties BootstrapListBoxProperties
See Also