Enum SelfRelationUpdateMode
Defines the constants that specify how nodes should be arranged while changing ChildPropertyName and ParentPropertyName in Self Relational mode.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
[Flags]
public enum SelfRelationUpdateMode
Fields
| Name | Description |
|---|---|
| MoveAndExpandOnEdit | Denotes whether to expand the parent nodes (if not expanded) when node is moved from another parent due to change of ChildProperty in editing. It is applicable for ChildPropertyChange only |
| MoveOnEdit | Denotes whether to move the node based on ChildProperty when child property gets changed while editing. |
| MoveOnPropertyChange | Denotes whether to move the node based on ChildProperty when child property gets changed on property change. |
| None | Denotes nodes are not rearranged based on ChildProperty when child property gets changed while editing and property change. |
| ScrollToUpdatedItem | ScrollToUpdatedItem is applicable for MoveAndExpandOnEdit only. |