Property | Type | Description | |
---|---|---|---|
DateTimeFormatStringProperty | |||
DateTimeKindProperty | |||
FieldInfoProperty | |||
FieldProperty |
Method | Description | |
---|---|---|
DateTimePickerColumn ( ) : Microsoft.Windows.Controls |
Initializes a new instance of the DateTimePickerColumn class.
|
Method | Description | |
---|---|---|
GenerateEditingElement ( DataGridCell cell, object dataItem ) : |
When overridden in a derived class, gets an editing element that is bound to the column's P:System.Windows.Controls.DataGridBoundColumn.Binding property value.
|
|
GenerateElement ( DataGridCell cell, object dataItem ) : |
When overridden in a derived class, gets a read-only element that is bound to the column's P:System.Windows.Controls.DataGridBoundColumn.Binding property value.
|
|
PrepareCellForEdit ( |
When overridden in a derived class, called when a cell in the column enters editing mode.
|
public DateTimePickerColumn ( ) : Microsoft.Windows.Controls | ||
return | Microsoft.Windows.Controls |
protected GenerateEditingElement ( DataGridCell cell, object dataItem ) : |
||
cell | DataGridCell | The cell that will contain the generated element. |
dataItem | object | The data item represented by the row that contains the intended cell. |
return |
protected GenerateElement ( DataGridCell cell, object dataItem ) : |
||
cell | DataGridCell | The cell that will contain the generated element. |
dataItem | object | The data item represented by the row that contains the intended cell. |
return |
protected PrepareCellForEdit ( |
||
editingElement | The element that the column displays for a cell in editing mode. | |
editingEventArgs | Information about the user gesture that is causing a cell to enter editing mode. | |
return | object |
public static DependencyProperty,System.Windows DateTimeFormatStringProperty | ||
return |
public static DependencyProperty,System.Windows DateTimeKindProperty | ||
return |
public static DependencyProperty,System.Windows FieldInfoProperty | ||
return |