DataGridRowEditEndingEventArgs 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 DataGridRowEditEndingEventArgs type exposes the following members.

Properties

  Name Description
Public property Cancel Gets or sets a value that indicates whether the operation should be canceled. (Inherited from CancelEventArgs.)
Public property EditAction Gets the DataGridEditAction that indicates whether the edit will be committed or canceled.
Public property Row Gets the row that is about to exit edit mode.

Top