DataGridPreparingCellForEditEventArgs Class

Summary

Provides data for the PreparingCellForEdit event.
Namespace
Avalonia.Controls
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["DataGridPreparingCellForEditEventArgs"] class Type type-node

Syntax

public class DataGridPreparingCellForEditEventArgs : EventArgs

Constructors

Properties

Name Value Summary
Column DataGridColumn
Gets the column that contains the cell to be edited.
EditingElement Control
Gets the element that the column displays for a cell in editing mode.
EditingEventArgs RoutedEventArgs
Gets information about the user gesture that caused the cell to enter edit mode.
Row DataGridRow
Gets the row that contains the cell to be edited.