Inheritance
DynamicMenuBar.DynamicMenuItemModel
Assembly: UICatalog.dll
public class DynamicMenuBar.DynamicMenuItemModel : INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
Declaration
public DynamicMenuItemModel()
Properties
|
Improve this Doc
View Source
Declaration
public string MenuBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<DynamicMenuBar.DynamicMenuItemList> Menus { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Parent { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public string GetPropertyName(string propertyName = null)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Returns
Events
|
Improve this Doc
View Source
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods