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 |