Class StaticTextColumn
Represents one column with a static text 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 StaticTextColumn : ColumnBase, IDynamicMetaObjectProvider, INotifyPropertyChanged
Constructors
StaticTextColumn()
Declaration
public StaticTextColumn()
Properties
Text
Gets or sets the text to display.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |