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
| Improve this Doc View SourceDynamicStatusItemModel()
Declaration
public DynamicStatusItemModel()
Properties
| Improve this Doc View SourceItems
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 |
---|---|
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