CurtisInstruments.CaliburnMicroDevExpress.Extensions 2.0.0-alpha.2

This is a prerelease version of CurtisInstruments.CaliburnMicroDevExpress.Extensions.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CurtisInstruments.CaliburnMicroDevExpress.Extensions --version 2.0.0-alpha.2
NuGet\Install-Package CurtisInstruments.CaliburnMicroDevExpress.Extensions -Version 2.0.0-alpha.2
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="CurtisInstruments.CaliburnMicroDevExpress.Extensions" Version="2.0.0-alpha.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CurtisInstruments.CaliburnMicroDevExpress.Extensions --version 2.0.0-alpha.2
#r "nuget: CurtisInstruments.CaliburnMicroDevExpress.Extensions, 2.0.0-alpha.2"
#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 CurtisInstruments.CaliburnMicroDevExpress.Extensions as a Cake Addin
#addin nuget:?package=CurtisInstruments.CaliburnMicroDevExpress.Extensions&version=2.0.0-alpha.2&prerelease

// Install CurtisInstruments.CaliburnMicroDevExpress.Extensions as a Cake Tool
#tool nuget:?package=CurtisInstruments.CaliburnMicroDevExpress.Extensions&version=2.0.0-alpha.2&prerelease

README

Project Description

A library containing Caliburn.Micro conventions for DevExpress' visual controls.

Target platform: WPF.

Inspired by Caliburn.Micro.Telerik package. Thanks, Valeriu Caraulean!

How to enable conventions

In your app's bootstrapper, in Configure override or in a static constructor add next line:

Caliburn.Micro.DevExpress.DXConventions.Install();

Of course, you need a DevExpress WPF subscription to use this package. It's compiled with v19.2.

Nuget package

Easiest way to use it is the CurtisInstruments.CaliburnMicroDevExpress.Extensions package, but it works only if you use exactly the same DevExpress version as the package was compiled with. If you use other version, just download and compile the source code!

Currently supported DevExpress controls

I use this package in a project and develop them in parallel. I add conventions for DevExpress controls as I need them in my project. If you need conventions for other controls that I currently don't support, just create a new thread on the Discussions page and I will create them when I have some time. If you have other suggestions, they are also welcome on the Discussions page. So, the currently supported DevExpress controls that have conventions:

  • DataControlBase (GridControl, TreeListControl)
  • PivotGridControl
  • DataLayoutControl
  • LookUpEditBase (LookUpEdit, GridLookUpEdit, SearchLookUpEdit)
  • DocumentGroup (for tabbed documents)
  • ChartControl
  • BaseEdit (most editors)
  • SpinEdit
  • RangeBaseEdit (ProgressBarEdit and TrackBarEdit)

Attaching messages to BarItem objects

If you want to use Caliburn.Micro's Message.Attach mechanism together with DXBars or DXRibbon, you can use my related project Caliburn.Micro.FrameworkContentElement. I personally use these two packages together too.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  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
20.2.3-alpha.1 288 11/24/2020
20.2.3-alpha.0 216 11/21/2020
20.1.3-alpha.1 256 5/19/2020
2.0.0-alpha.2 251 4/3/2020
2.0.0-alpha.1 245 3/30/2020