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

ListEditItemsRequestedByFilterConditionEventArgs(Int32, Int32, String) Constructor

Initializes a new object of the ListEditItemsRequestedByFilterConditionEventArgs type with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ListEditItemsRequestedByFilterConditionEventArgs(
    int beginIndex,
    int endIndex,
    string filter
)

Parameters

Name Type Description
beginIndex Int32

An integer value that identifies the start index of the items.

endIndex Int32

An integer value that identifies the end index of the items.

filter String

A string value that specifies the filter conditions.

Remarks

For more information, see the Filtering Large Data Source online demo.

See Also