Class DateCell
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 DateCell : BoundCell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
DateCell()
Initializes a new instance of the DateCell class.
Declaration
public DateCell()
Properties
Condition
Gets or sets the condition.
Declaration
public string Condition { get; set; }
Property Value
Type | Description |
---|---|
System.String | The condition that determines how to join two dependent comboboxes. |
DateSelectionMode
Gets or sets the date selection mode for the calendar.
Declaration
public DateSelectionMode DateSelectionMode { get; set; }
Property Value
Type | Description |
---|---|
DateSelectionMode |
DateTimeFormatPattern
Gets or sets the pattern for displaying System.DateTime objects.
Declaration
public string DateTimeFormatPattern { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultDate
Gets or sets the default date, that should be used, when the user does not enter a value.
Declaration
public string DefaultDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
List
Gets or sets the list, that is used for displaying highlighted items in the date picker.
Declaration
public string List { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ListDateProperty
Gets or sets the property, that contains the DateTime value in the list.
Declaration
public string ListDateProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display property. |