Back to Devexpress

IModelListViewFilter Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-9e2f63ed.md

latest1.8 KB
Original Source

IModelListViewFilter Interface

Used to extend the Application Model with the Filters node.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelListViewFilter
vb
Public Interface IModelListViewFilter

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelListViewFilter is used by the FilterController, to extend the IModelListView.

See Also

IModelListViewFilter Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Data Filtering

DevExpress.ExpressApp.SystemModule Namespace