Skip to main content
.NET 6.0+

FilterController.View Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.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