Class DynamicMenuBar.DynamicMenuItemModel
Inheritance
System.Object
DynamicMenuBar.DynamicMenuItemModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
public class DynamicMenuItemModel : INotifyPropertyChanged
Constructors
| Improve this Doc View SourceDynamicMenuItemModel()
Declaration
public DynamicMenuItemModel()
Properties
| Improve this Doc View SourceMenuBar
Declaration
public ustring MenuBar { get; set; }
Property Value
Type | Description |
---|---|
NStack.ustring |
Menus
Declaration
public List<DynamicMenuBar.DynamicMenuItemList> Menus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DynamicMenuBar.DynamicMenuItemList> |
Parent
Declaration
public ustring Parent { get; set; }
Property Value
Type | Description |
---|---|
NStack.ustring |
Methods
| Improve this Doc View SourceGetPropertyName(String)
Declaration
public string GetPropertyName(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Returns
Type | Description |
---|---|
System.String |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged