WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollectionChangedReason

    Show / Hide Table of Contents

    Class CollectionChangedReason

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

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

    Fields

    ColumnsCollection

    Specifies the columns collection change.

    Declaration
    public const CollectionChangedReason ColumnsCollection
    Field Value
    Type Description
    CollectionChangedReason

    DataReorder

    Specifies the collection change during column reordering.

    Declaration
    public const CollectionChangedReason DataReorder
    Field Value
    Type Description
    CollectionChangedReason

    RecordCollectionChanged

    Specifies the record collection change.

    Declaration
    public const CollectionChangedReason RecordCollectionChanged
    Field Value
    Type Description
    CollectionChangedReason

    SelectedItemsCollection

    Specifies the SelectedItems collection change.

    Declaration
    public const CollectionChangedReason SelectedItemsCollection
    Field Value
    Type Description
    CollectionChangedReason

    SourceCollectionChanged

    Specifies the source collection change.

    Declaration
    public const CollectionChangedReason SourceCollectionChanged
    Field Value
    Type Description
    CollectionChangedReason

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved