DataGridCellEditEndingEventArgs Class

Summary

Provides information just before a cell exits editing mode.
Namespace
Avalonia.Controls
Base Types
  • CancelEventArgs
graph BT Type-->Base0["CancelEventArgs"] Type["DataGridCellEditEndingEventArgs"] class Type type-node

Syntax

public class DataGridCellEditEndingEventArgs : CancelEventArgs

Constructors

Properties

Name Value Summary
Column DataGridColumn
The column of the cell that is about to exit edit mode.
EditAction DataGridEditAction
The edit action to take when leaving edit mode.
EditingElement Control
The editing element within the cell.
Row DataGridRow
The row container of the cell container that is about to exit edit mode.