This commit is contained in:
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.Extensions | [](https://www.nuget.org/packages/MSEssentials.Extensions/) |
|
||||
| MSEssentials.Attributes | [](https://www.nuget.org/packages/MSEssentials.Attributes/) |
|
||||
| MSEssentials.UI.Models | [](https://www.nuget.org/packages/MSEssentials.UI.Models/) |
|
||||
| MSEssentials.AspNetCore.Attributes | [](https://www.nuget.org/packages/MSEssentials.AspNetCore.Attributes/) |
|
||||
| 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.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.Helpers | [](https://www.nuget.org/packages/MSEssentials.UI.WinUI.Helpers/) |
|
||||
|
||||
## Features
|
||||
|
||||
- **ObservableKeyValuePair** - observable version of KeyValuePair
|
||||
- **ObservableDictionary** - observable version of Dictionary
|
||||
-
|
||||
- **NavigationViewItem** - list item model (for example for navigation controls), allows to bind item to view model
|
||||
|
||||
## Installation and usage
|
||||
|
||||
You can download package from official NuGet registry or .nupkg file itself from Releases tab.
|
||||
|
||||
Reference in New Issue
Block a user