-
-
Notifications
You must be signed in to change notification settings - Fork 42
Modules
This namespace Xpand.XAF.Modules
is used for projects that contain XAF modules.
To minimize version conflicts we recommend that you use the Xpand.XAF.Core.All, Xpand.XAF.Win.All, Xpand.XAF.Web.All
packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all.
PackageName | Version | Target | Platform | |
---|---|---|---|---|
Xpand.XAF.Core.All | Agnostic | |||
AutoCommit | net461 | Agnostic | ||
CloneMemberValue | net461 | Agnostic | ||
CloneModelView | net461 | Agnostic | ||
GridListEditor | net461 | Win | ||
HideToolBar | net461 | Agnostic | ||
LookupCascade | net461 | Web | ||
MasterDetail | net461 | Agnostic | ||
ModelMapper | net461 | Agnostic | ||
ModelViewInheritance | net461 | Agnostic | ||
Office.Cloud.Microsoft.Todo | net461 | Agnostic | ||
OneView | net461 | Win | ||
PositionInListView | net461 | Agnostic | ||
ProgressBarViewItem | net461 | Agnostic | ||
Reactive | net461 | Agnostic | ||
Reactive.Logger | net461 | Agnostic | ||
Reactive.Logger.Client.Win | net461 | |||
Reactive.Logger.Hub | net461 | Agnostic | ||
Reactive.Win | net461 | Win | ||
RefreshView | net461 | Agnostic | ||
SequenceGenerator | net461 | Agnostic | ||
SuppressConfirmation | net461 | Agnostic | ||
ViewEditMode | net461 | Agnostic | ||
ViewItemValue | net461 | Agnostic | ||
Xpand.XAF.Web.All | Web | |||
Xpand.XAF.Win.All | Win |
Use main project issues
You have to install the packages from nuget Install-Package ModuleName
and then register the module as per XAF docs see Ways to Register a Module.
The modules are not bound to DevExpress versioning, which means you can use the latest version with your old DevExpress projects Read more.
The modules follow the Nuget Version Basics.
Working with many nuget packages may be counter productive. So if you want to boost your productity make sure you go through the Efficient Package Management wiki page.