Skip to main content
A newer version of this page is available. .
Tab

ListBoxProperties Class

Contains settings specific to a listbox editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ListBoxProperties :
    ListEditProperties,
    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.

See Also