Skip to main content
A newer version of this page is available.
All docs
V19.1

MVCxColumnComboBoxProperties.ItemsRequestedByFilterCondition Event

This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public event ListEditItemsRequestedByFilterConditionEventHandler ItemsRequestedByFilterCondition

Event Data

The ItemsRequestedByFilterCondition event's data class is ListEditItemsRequestedByFilterConditionEventArgs. The following properties provide information specific to this event:

Property Description
BeginIndex Gets an integer value that identifies the begin index of the editor’s items.
EndIndex Gets an integer value that identifies the end index of the editor’s items.
Filter Gets a string that represents a filter condition for the editor’s items.
See Also