프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DateTimeFormatStringProperty | |||
DateTimeKindProperty |
메소드 | 설명 | |
---|---|---|
DynamicCodedValueDomainColumn ( ) : Microsoft.Windows.Controls |
Initializes a new instance of the DynamicCodedValueDomainColumn class.
|
메소드 | 설명 | |
---|---|---|
CommitCellEdit ( |
Commits edit back to the source object if returns true and rejects edit of returns 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.
|
메소드 | 설명 | |
---|---|---|
box_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
protected CommitCellEdit ( |
||
editingElement | The framework element used during cell edit. | |
리턴 | bool |
public DynamicCodedValueDomainColumn ( ) : Microsoft.Windows.Controls | ||
리턴 | 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. |
리턴 |
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. |
리턴 |
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. | |
리턴 | object |
public static DependencyProperty,System.Windows DateTimeFormatStringProperty | ||
리턴 |