CurtisInstruments.CaliburnMicroDevExpress.Extensions
2.0.0-alpha.1
See the version list below for details.
dotnet add package CurtisInstruments.CaliburnMicroDevExpress.Extensions --version 2.0.0-alpha.1
NuGet\Install-Package CurtisInstruments.CaliburnMicroDevExpress.Extensions -Version 2.0.0-alpha.1
<PackageReference Include="CurtisInstruments.CaliburnMicroDevExpress.Extensions" Version="2.0.0-alpha.1" />
paket add CurtisInstruments.CaliburnMicroDevExpress.Extensions --version 2.0.0-alpha.1
#r "nuget: CurtisInstruments.CaliburnMicroDevExpress.Extensions, 2.0.0-alpha.1"
// Install CurtisInstruments.CaliburnMicroDevExpress.Extensions as a Cake Addin #addin nuget:?package=CurtisInstruments.CaliburnMicroDevExpress.Extensions&version=2.0.0-alpha.1&prerelease // Install CurtisInstruments.CaliburnMicroDevExpress.Extensions as a Cake Tool #tool nuget:?package=CurtisInstruments.CaliburnMicroDevExpress.Extensions&version=2.0.0-alpha.1&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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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. |
-
.NETCoreApp 3.0
- Caliburn.Micro (>= 4.0.117-alpha)
- DevExpress.WindowsDesktop.Wpf.Charts (>= 19.2.7)
- DevExpress.WindowsDesktop.Wpf.Layout (>= 19.2.7)
- DevExpress.WindowsDesktop.Wpf.PivotGrid (>= 19.2.7)
- DevExpress.WindowsDesktop.Xpo (>= 19.2.7)
-
.NETFramework 4.5.2
- Caliburn.Micro (>= 4.0.117-alpha)
- DevExpress.Wpf.Charts (>= 19.2.7)
- DevExpress.Wpf.Layout (>= 19.2.7)
- DevExpress.Wpf.PivotGrid (>= 19.2.7)
- DevExpress.Xpo (>= 19.2.7)
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 | 311 | 11/24/2020 |
20.2.3-alpha.0 | 228 | 11/21/2020 |
20.1.3-alpha.1 | 274 | 5/19/2020 |
2.0.0-alpha.2 | 262 | 4/3/2020 |
2.0.0-alpha.1 | 257 | 3/30/2020 |