menu

UWP

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

    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.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class CollectionChangedReason : Enum

    Fields

    ColumnsCollection

    Specifies the columns collection change.

    Declaration
    public const CollectionChangedReason ColumnsCollection
    Field Value
    Type
    CollectionChangedReason

    DataReorder

    Specifies the collection change during column reordering.

    Declaration
    public const CollectionChangedReason DataReorder
    Field Value
    Type
    CollectionChangedReason

    RecordCollectionChanged

    Specifies the record collection change.

    Declaration
    public const CollectionChangedReason RecordCollectionChanged
    Field Value
    Type
    CollectionChangedReason

    SelectedItemsCollection

    Specifies the SelectedItems collection change.

    Declaration
    public const CollectionChangedReason SelectedItemsCollection
    Field Value
    Type
    CollectionChangedReason

    SourceCollectionChanged

    Specifies the source collection change.

    Declaration
    public const CollectionChangedReason SourceCollectionChanged
    Field Value
    Type
    CollectionChangedReason

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved