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

IModelListViewFilterItem Interface

A Filter node specifies the criteria applied to the List View when the current filter is applied.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.1.dll

Declaration

[ModelPersistentName("Filter")]
public interface IModelListViewFilterItem :
    IModelBaseChoiceActionItem,
    IModelNode,
    IModelToolTip

The following members return IModelListViewFilterItem objects:

Remarks

The common rules of writing a criteria are described in the Ways to Build Criteria topic.

This interface is a part of the Application Model infrastructure and is not intended to be implemented by your classes. To learn more, refer to the Application Model Structure topic.

See Also