menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridCollectionChangedReason - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridCollectionChangedReason

    Defines the constants that specify the possible reasons for collection changes in SfTreeGrid.

    Inheritance
    System.Object
    TreeGridCollectionChangedReason
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class TreeGridCollectionChangedReason : Enum

    Fields

    ColumnsCollection

    Specifies the columns collection change.

    Declaration
    public const TreeGridCollectionChangedReason ColumnsCollection
    Field Value
    Type
    TreeGridCollectionChangedReason

    NodeCollectionChanged

    Specifies the node collection change.

    Declaration
    public const TreeGridCollectionChangedReason NodeCollectionChanged
    Field Value
    Type
    TreeGridCollectionChangedReason

    SelectedItemsCollection

    Specifies the SelectedItems collection change.

    Declaration
    public const TreeGridCollectionChangedReason SelectedItemsCollection
    Field Value
    Type
    TreeGridCollectionChangedReason

    SourceCollectionChanged

    Specifies the source collection change.

    Declaration
    public const TreeGridCollectionChangedReason SourceCollectionChanged
    Field Value
    Type
    TreeGridCollectionChangedReason
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved