Class TreeViewRelationCell
Inheritance
System.Object
TreeViewRelationCell
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
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: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class TreeViewRelationCell : RelationCellBase, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
TreeViewRelationCell()
Initializes a new instance of the TreeViewRelationCell class.
Declaration
public TreeViewRelationCell()
Properties
IconProperty
Gets or sets the icon property for the lookup list.
Declaration
public string IconProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentRelation
Gets or sets the parent relation for the lookup list.
Declaration
public string ParentRelation { get; set; }
Property Value
Type | Description |
---|---|
System.String |