Skip to main content
All docs
V25.1
  • CellValueChangedInEditFormArgs Properties

    Contains data for the command bound to the GridViewBase.CellValueChangingCommand or TreeListView.CellValueChangingCommand property.
    Name Description
    CellEditors Gets an array of the CellEditorData objects that allow you to specify settings in the Edit Form.
    FieldName Inherited from CellValueChangedArgs.
    Item Inherited from CellValueChangedArgs.
    OldValue Gets an old cell value. Inherited from CellValueChangedArgs.
    Value Inherited from CellValueChangedArgs.
    See Also