DX.Data.Xpo.Mvc 20.1.7.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package DX.Data.Xpo.Mvc --version 20.1.7.11
NuGet\Install-Package DX.Data.Xpo.Mvc -Version 20.1.7.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DX.Data.Xpo.Mvc" Version="20.1.7.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DX.Data.Xpo.Mvc --version 20.1.7.11
#r "nuget: DX.Data.Xpo.Mvc, 20.1.7.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DX.Data.Xpo.Mvc as a Cake Addin
#addin nuget:?package=DX.Data.Xpo.Mvc&version=20.1.7.11

// Install DX.Data.Xpo.Mvc as a Cake Tool
#tool nuget:?package=DX.Data.Xpo.Mvc&version=20.1.7.11

Several extension classes and methods on DevExpress MVC Controls, XPO and XPDataStore implementations. This package needs an active DevExpress ASP.NET license

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.2.3.14 180 12/14/2023
23.1.3.13 205 6/16/2023
22.2.5.13 202 4/25/2023
22.1.6.13 339 11/29/2022
22.1.4.13 448 8/3/2022
21.2.8.13 454 6/16/2022
21.2.6.13 525 3/21/2022
21.2.4.13 327 12/20/2021
21.1.5.13 390 9/13/2021
20.2.5.13 481 3/13/2021
20.2.5.12 425 3/12/2021
20.2.3.11 526 11/3/2020
20.1.7.11 533 10/12/2020
20.1.2.7-pre-20064 419 4/6/2020
19.2.6.7 599 3/5/2020
19.2.5.7 575 12/20/2019
19.2.4.7 576 12/17/2019
19.1.4.6 650 7/30/2019
19.1.4.5 596 7/26/2019
19.1.3.7 587 7/17/2019
18.2.3.6 641 6/6/2019
18.2.3.5 624 6/6/2019
18.1.4.5 630 4/29/2019
18.1.4.4 887 9/11/2018

20.1.7.11: Upgrade to DevExpress v20.1.7
 20.1.2.7-pre-20064: Upgrade to DX v20.1.2-pre-20064 and .NET preview 5
 19.2.6.7: Upgrade to DevExpress v19.2.6
 19.2.5.7: Upgrade to DevExpress v19.2.5
 19.2.4.5: Upgrade to DevExpress v19.2.4
 19.1.5.7: Upgrade to DevExpress v19.1.5 and XPDataStore constructor uses interface types for mapper and validator
 19.1.4.6: abstract PropertyMap removed and replaced by the Mapper.Map(..) method
 19.1.4.5: Upgrade to DevExpress v19.1.4
 19.1.3.7: Small fixes
 19.1.3.5: Upgrade to DevExpress v19.1.3
 18.2.3.5: Upgrade do DevExpress v18.2.3
 18.1.4.1: XPPagedDataStore class implemented