Class DynamicStatusBar.DynamicStatusItemModel
Inheritance
System.Object
DynamicStatusBar.DynamicStatusItemModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: UICatalog.dll
Syntax
public class DynamicStatusItemModel : Object
Constructors
DynamicStatusItemModel()
Declaration
public DynamicStatusItemModel()
Properties
Items
Declaration
public List<DynamicStatusBar.DynamicStatusItemList> Items { get; set; }
Property Value
StatusBar
Declaration
public ustring StatusBar { get; set; }
Property Value
Type |
Description |
NStack.ustring |
|
Methods
GetPropertyName(String)
Declaration
public string GetPropertyName(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged