Back to Devexpress

Member Table: Data Editing

aspnet-4672-components-tree-list-member-tables-member-table-data-editing.md

latest5.4 KB
Original Source

Member Table: Data Editing

  • Dec 17, 2020
  • 2 minutes to read

Server

MemberDescription
ASPxTreeList.KeyFieldNameSpecifies the name of the data source key field.
ASPxTreeList.ParentFieldNameSpecifies the data source field which contains parent node values.
ASPxTreeList.SettingsEditingProvides access to the ASPxTreeList’s editing settings.
TreeListDataColumn.EditFormSettingsGets the settings of the edit cell which is displayed within the Edit Form and corresponds to the current data column.
ASPxTreeList.StartEditNewNodeSwitches the ASPxTreeList to edit mode and allows new node values to be edited.
ASPxTreeList.StartEditSwitches the ASPxTreeList to edit mode.
ASPxTreeList.StartNodeEditingEnables you to prevent a node from being edited.
ASPxTreeList.InitNewNodeEnables you to initialize added nodes.
ASPxTreeList.NodeInsertingEnables you to cancel adding a new node.
ASPxTreeList.NodeInsertedOccurs after a new node has been added to the ASPxTreeList.
ASPxTreeList.DeleteNodeDeletes the specified node.
ASPxTreeList.NodeDeletingEnables you to prevent a node from being deleted.
ASPxTreeList.NodeDeletedOccurs after a node has been deleted.
ASPxTreeList.StartEditSwitches the ASPxTreeList to edit mode.
ASPxTreeList.UpdateEditSaves all the changes made, and switches the ASPxTreeList to browse mode.
ASPxTreeList.CancelEditCancels all the changes made and switches the ASPxTreeList to browse mode.
ASPxTreeList.CellEditorInitializeEnables the cell editors displayed within the edit cells to be initialized.
ASPxTreeList.EditingNodeKeyGets the key value of the node currently being edited.
ASPxTreeList.IsEditingIndicates whether the ASPxTreeList is in edit mode.
ASPxTreeList.IsNewNodeEditingIndicates whether a new node is being edited.
TreeListNode.GetValueReturns the value of the specified cell within the current node.
ASPxTreeList.NodeUpdatingEnables you to prevent a node from being updated.
ASPxTreeList.DoNodeValidationValidates the node currently being edited.
ASPxTreeList.NodeValidatingEnables you to specify whether node data is valid, and whether the node can be updated.

Client

MemberDescription
ASPxClientTreeList.StartEditNewNodeSwitches the ASPxTreeList to edit mode and allows new node values to be edited.
ASPxClientTreeList.DeleteNodeDeletes the specified node.
ASPxClientTreeList.StartEditSwitches the ASPxTreeList to edit mode.
ASPxClientTreeList.UpdateEditSaves all the changes made, and switches the ASPxTreeList to browse mode.
ASPxClientTreeList.CancelEditCancels all the changes made and switches the ASPxTreeList to browse mode.
ASPxClientTreeList.GetEditValueReturns the value of the specified edit cell.
ASPxClientTreeList.GetEditorReturns the editor used to edit the specified column’s values.
ASPxClientTreeList.SetEditValueSets the value of the specified edit cell.
ASPxClientTreeList.GetNodeValuesObtains specified data source field values within a specified node, and submits them to the specified JavaScript function.
ASPxClientTreeList.IsEditingIndicates whether the ASPxTreeList is in edit mode.