menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DataOperation - API Reference

    Show / Hide Table of Contents

    Enum DataOperation

    Defines the constants for specifying different data operations performed in the collection view.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public enum DataOperation

    Fields

    Name Description
    Default

    Denotes the data operation other than sorting, grouping, filtering and summary calculation.

    Filtering

    Denotes the filtering operation is being performed.

    Grouping

    Denotes the grouping operation is being performed.

    Sorting

    Denotes the sorting operation is being performed.

    Summary

    Denotes the summary calculation operation is being performed.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved