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
NodeCollectionChanged
Specifies the node collection change.
Declaration
public const TreeGridCollectionChangedReason NodeCollectionChanged
Field Value
SelectedItemsCollection
Specifies the SelectedItems collection change.
Declaration
public const TreeGridCollectionChangedReason SelectedItemsCollection
Field Value
SourceCollectionChanged
Specifies the source collection change.
Declaration
public const TreeGridCollectionChangedReason SourceCollectionChanged