Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FilterController.View Property

Provides access to the current List View for which the FilterController is activated.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ListView View { get; }

Property Value

Type Description
ListView

A ListView object representing the current List View to be filtered by the FilterController.

See Also