Class TagItem
Inheritance
System.Object
TagItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Communication.PLC
Assembly: Experior.Core.dll
Syntax
public class TagItem : INotifyPropertyChanged, ICloneable
Properties
IsChecked
Declaration
[Browsable(false)]
public bool IsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExpanded
Declaration
[Browsable(false)]
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Items
Declaration
public TagList Items { get; set; }
Property Value
Type | Description |
---|---|
TagList |
Path
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Declaration
[Browsable(false)]
public Brush TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush |
Title
Declaration
[Browsable(false)]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserData
Declaration
[Browsable(false)]
public object UserData { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Visible
Declaration
public bool Visible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable