alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class SelectedRecordsChangedType

    Defines the constants that specifies the kind of action for SelectedRecordsChangedEventArgs

    Inheritance
    System.Object
    SelectedRecordsChangedType
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class SelectedRecordsChangedType : Enum

    Fields

    Added

    A record is or was added to the SelectedRecords collection.

    Declaration
    public const SelectedRecordsChangedType Added
    Field Value
    Type
    SelectedRecordsChangedType

    Removed

    A record is or was removed from the SelectedRecords collection.

    Declaration
    public const SelectedRecordsChangedType Removed
    Field Value
    Type
    SelectedRecordsChangedType

    Reset

    The SelectedRecords collection is or was cleared.

    Declaration
    public const SelectedRecordsChangedType Reset
    Field Value
    Type
    SelectedRecordsChangedType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved