dev #1
8
MSEssentials.UI.Common.MVVM/NavigationViewItem.cs
Normal file
8
MSEssentials.UI.Common.MVVM/NavigationViewItem.cs
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
namespace MSEssentials.UI.Common.MVVM;
|
||||||
|
|
||||||
|
public class NavigationViewItem
|
||||||
|
{
|
||||||
|
public string Name { get; set; }
|
||||||
|
public string IconSource { get; set; }
|
||||||
|
public Type ViewModel { get; set; }
|
||||||
|
}
|
||||||
@@ -12,18 +12,18 @@ MSEssentials is package of useful classes, helpers, extensions and UI controls,
|
|||||||
|-----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|-----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| **MSEssentials.UI.Common.MVVM** | [](https://www.nuget.org/packages/MSEssentials.UI.Common.MVVM/) |
|
| **MSEssentials.UI.Common.MVVM** | [](https://www.nuget.org/packages/MSEssentials.UI.Common.MVVM/) |
|
||||||
| MSEssentials.Extensions | [](https://www.nuget.org/packages/MSEssentials.Extensions/) |
|
| MSEssentials.Extensions | [](https://www.nuget.org/packages/MSEssentials.Extensions/) |
|
||||||
| MSEssentials.Attributes | [](https://www.nuget.org/packages/MSEssentials.Attributes/) |
|
| MSEssentials.AspNetCore.Attributes | [](https://www.nuget.org/packages/MSEssentials.AspNetCore.Attributes/) |
|
||||||
| MSEssentials.UI.Models | [](https://www.nuget.org/packages/MSEssentials.UI.Models/) |
|
| MSEssentials.UI.Common.Converters | [](https://www.nuget.org/packages/MSEssentials.UI.Common.Converters/) |
|
||||||
| MSEssentials.UI.WinUI.Behaviors | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Behaviors/) |
|
| MSEssentials.UI.WinUI.Behaviors | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Behaviors/) |
|
||||||
| MSEssentials.UI.WinUI.Converters | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Converters/) |
|
| MSEssentials.UI.WinUI.Converters | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Converters/) |
|
||||||
| MSEssentials.UI.WinUI.Controls | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Controls/) |
|
| MSEssentials.UI.WinUI.Controls | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Controls/) |
|
||||||
| MSEssentials.UI.WinUI.Helpers | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Helpers/) |
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **ObservableKeyValuePair** - observable version of KeyValuePair
|
- **ObservableKeyValuePair** - observable version of KeyValuePair
|
||||||
- **ObservableDictionary** - observable version of Dictionary
|
- **ObservableDictionary** - observable version of Dictionary
|
||||||
-
|
- **NavigationViewItem** - list item model (for example for navigation controls), allows to bind item to view model
|
||||||
|
|
||||||
## Installation and usage
|
## Installation and usage
|
||||||
|
|
||||||
You can download package from official NuGet registry or .nupkg file itself from Releases tab.
|
You can download package from official NuGet registry or .nupkg file itself from Releases tab.
|
||||||
|
|||||||
Reference in New Issue
Block a user