FilterController.View Property
Provides access to the current List View for which the FilterController is activated.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
ListView | A ListView object representing the current List View to be filtered by the FilterController. |
See Also