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

GridLookupFilteringState Class

Contains information about the GridLookup’s filtering-related state.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class GridLookupFilteringState :
    GridViewFilteringState

Remarks

An object of this type can be accessed via a parameter of an Action defined to handle the GridViewOperationType.Filtering operation.

Inheritance

See Also