Skip to content
apobekiaris edited this page Jun 25, 2020 · 49 revisions

About

This namespace Xpand.XAF.Modules is used for projects that contain XAF modules.

Platform agnostic modules list

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 Custom badge 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

Issues

Use main project issues

GitHub issues by-label GitHub close issues

Installation

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.

Versioning

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.

Efficient Package Management

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.

image

image


Custom badge

Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally