Search
GridCell Members
Constructors Fields Properties Methods Events
 


Represents a cell in a DataGrid.

The following tables list the members exposed by the GridCell type.

 Public Constructors

  Name Description

GridCell

Initializes a new instance of the GridCell class.

 Public Fields

  Name Description

IsEditingProperty

Identifies the IsEditing dependency property.

ModifiedEvent

Identifies the Modified routed event.

ModifyingEvent

Identifies the Modifying routed event.

 Public Properties

  Name Description

IsEditing

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

BeginEdit

Initiates in-place editing within this cell.

CancelEdit

Cancels the current editing operation.

CommitEdit

Confirms the current editing operation.

ConfirmEdit

Checks if the user input represented by the specified event argument should initiates an editing operation for this cell.

 Protected Methods

  Name Description

OnGotFocus

FrameworkElement.OnGotFocus override.

OnIsKeyboardFocusWithinChanged

UIElement.OnIsKeyboardFocusWithinChanged override.

 Public Events

  Name Description

Modified

Occurs when the cell has been edited.

Modifying

Occurs when the cell is being edited.

 See Also