Assemblies
This topic describes the assemblies with controls and themes included in the Eremex Avalonia UI Controls library.
NuGet Packages
The Eremex Controls assemblies and project templates are distributed as NuGet packages. You can find and download them from the nuget.org website using the link below:
Included Assemblies
Eremex.Avalonia.Controls — Contains the Eremex data shaping and editing controls and common utility classes. The main controls in this assembly include:
DataGridControl
TreeListControl
andTreeViewControl
PropertyGridControl
ListViewControl
CartesianChart
,PolarChart
andSmithChart
RibbonControl
ToolbarManager
DockManager
Heatmap
- Data editors (
TextEditor
,ButtonEditor
,ComboBoxEditor
,CheckEditor
,SpinEditor
, and more) - Utility controls (
MxTabControl
,MxMessageBox
,SplitContainerControl
,CalendarControl
, and more)
Eremex.Avalonia.Controls3D — Includes the controls and classes to render 3D models in your applications.
Graphics3DControl
— The main control in this library that allows you to display and interact with 3D models.
Eremex.Avalonia.Themes.DeltaDesign — Contains the 'DeltaDesign' paint theme for the Eremex controls.
Eremex.Avalonia.Templates — Contains the templates to create new Avalonia UI projects with Eremex controls from scratch. See Project Templates.