Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

RibbonComboBoxProperties.ItemsRequestedByFilterCondition Event

This event is not in effect (does not fire) for the RibbonComboBoxProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.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.

Remarks

The event is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

See Also