Inheritance
System.Object
DynamicMenuBar.DynamicMenuItemModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: UICatalog.dll
public class DynamicMenuItemModel : Object
Constructors
Declaration
public DynamicMenuItemModel()
Properties
Declaration
public ustring MenuBar { get; set; }
Property Value
Type |
Description |
NStack.ustring |
|
Declaration
public List<DynamicMenuBar.DynamicMenuItemList> Menus { get; set; }
Property Value
Declaration
public ustring Parent { get; set; }
Property Value
Type |
Description |
NStack.ustring |
|
Methods
Declaration
public string GetPropertyName(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged