Skip to main content
Tab

ListEditItemsRequestedByFilterConditionEventArgs(Int32, Int32, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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