Class DynamicStatusBar.DynamicStatusItemModel
Inheritance
System.Object
DynamicStatusBar.DynamicStatusItemModel
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 DynamicStatusItemModel : INotifyPropertyChanged
Constructors
DynamicStatusItemModel()
Declaration
public DynamicStatusItemModel()
Properties
Items
Declaration
public List<DynamicStatusBar.DynamicStatusItemList> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DynamicStatusBar.DynamicStatusItemList> |
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