Class Column
Represents one column in a View.
Implements
System.Dynamic.IDynamicMetaObjectProvider
    System.ComponentModel.INotifyPropertyChanged
  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 Column : ColumnBase, IDynamicMetaObjectProvider, INotifyPropertyChangedConstructors
Column()
Declaration
public Column()Properties
Property
Gets or sets the name of the property to display.
Declaration
public string Property { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |