DataGridPreparingCellForEditEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DataGridPreparingCellForEditEventArgs type exposes the following members.

Properties

  Name Description
Public property Column Gets the column that contains the cell to be edited.
Public property EditingElement Gets the element that the column displays for a cell in editing mode.
Public property EditingEventArgs Gets information about the user gesture that caused the cell to enter edit mode.
Public property Row Gets the row that contains the cell to be edited.

Top