Method | Description | |
---|---|---|
CodedValueDomainColumn ( ) : Microsoft.Windows.Controls |
Initializes a new instance of the CodedValueDomainColumn class.
|
Method | Description | |
---|---|---|
CommitCellEdit ( |
Commit should be accepted and pushed back to the source if value returns true or rejected if false.
|
|
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, sets cell content as needed for editing.
|
Method | Description | |
---|---|---|
box_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
public CodedValueDomainColumn ( ) : Microsoft.Windows.Controls | ||
return | Microsoft.Windows.Controls |
protected CommitCellEdit ( |
||
editingElement | The framework element that was used during the edit. | |
return | bool |
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 |