Back to Devexpress

IModelListViewFilterItem Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-536efcee.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelListViewFilterItem :
    IModelBaseChoiceActionItem,
    IModelNode,
    IModelToolTip
vb
Public Interface IModelListViewFilterItem
    Inherits 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. You do not need to implement this interface in most cases.

See Also

IModelListViewFilterItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Data Filtering

DevExpress.ExpressApp.SystemModule Namespace