menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SelfRelationUpdateMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved