ListBoxProperties Class
Contains settings specific to a listbox editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public class ListBoxProperties :
ListEditProperties,
IMulticolumnListEditDataSettings,
IListEditItemsOwner,
IWebColumnsOwner,
IListBoxColumnsOwner,
IListBoxRenderHelperOwner,
IListEditCustomFilteringEventOwner,
IListEditPropertyDescriptorsOwner,
IItemsLoadingStrategyOwner
Related API Members
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.
Inheritance
See Also