Class BinaryCell
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 BinaryCell : BoundCell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
BinaryCell()
Initializes a new instance of the BinaryCell class.
Declaration
public BinaryCell()
Properties
Height
Gets or sets the height of the edit control.
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |