Back to Devexpress

ListBoxProperties Class

aspnet-devexpress-dot-web-9573e000.md

latest2.6 KB
Original Source

ListBoxProperties Class

Contains settings specific to a listbox editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ListBoxProperties :
    ListEditProperties,
    IMulticolumnListEditDataSettings,
    IListEditItemsOwner,
    IWebColumnsOwner,
    IListBoxColumnsOwner,
    IListBoxRenderHelperOwner,
    IListEditCustomFilteringEventOwner,
    IListEditPropertyDescriptorsOwner,
    IItemsLoadingStrategyOwner
vb
Public Class ListBoxProperties
    Inherits ListEditProperties
    Implements IMulticolumnListEditDataSettings,
               IListEditItemsOwner,
               IWebColumnsOwner,
               IListBoxColumnsOwner,
               IListBoxRenderHelperOwner,
               IListEditCustomFilteringEventOwner,
               IListEditPropertyDescriptorsOwner,
               IItemsLoadingStrategyOwner

The following members return ListBoxProperties objects:

Remarks

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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase EditProperties ListEditProperties ListBoxProperties BootstrapListBoxProperties

MVCxListBoxProperties

See Also

ListBoxProperties Members

List Box

DevExpress.Web Namespace