Represents a cell in a DataGrid.
The following tables list the members exposed by the GridCell type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the GridCell class. |
Public Fields| Name | Description | |
|---|---|---|
![]() ![]() |
Identifies the IsEditing dependency property. |
|
![]() ![]() |
Identifies the Modified routed event. |
|
![]() ![]() |
Identifies the Modifying routed event. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets a value indicating whether the cell is currently in in-place editing mode. This is a dependency property. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Initiates in-place editing within this cell. |
|
![]() |
Cancels the current editing operation. |
|
![]() |
Confirms the current editing operation. |
|
![]() |
Checks if the user input represented by the specified event argument should initiates an editing operation for this cell. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
FrameworkElement.OnGotFocus override. |
|
![]() |
UIElement.OnIsKeyboardFocusWithinChanged override. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Occurs when the cell has been edited. |
|
![]() |
Occurs when the cell is being edited. |
See Also