WinUI

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

    Show / Hide Table of Contents

    Class DataOperation

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

    Inheritance
    System.Object
    DataOperation
    Namespace: Syncfusion.UI.Xaml.Data
    Assembly: Syncfusion.Data.WinUI.dll
    Syntax
    public sealed class DataOperation : Enum

    Fields

    Default

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

    Declaration
    public const DataOperation Default
    Field Value
    Type Description
    DataOperation

    Filtering

    Denotes the filtering operation is being performed.

    Declaration
    public const DataOperation Filtering
    Field Value
    Type Description
    DataOperation

    Grouping

    Denotes the grouping operation is being performed.

    Declaration
    public const DataOperation Grouping
    Field Value
    Type Description
    DataOperation

    Sorting

    Denotes the sorting operation is being performed.

    Declaration
    public const DataOperation Sorting
    Field Value
    Type Description
    DataOperation

    Summary

    Denotes the summary calculation operation is being performed.

    Declaration
    public const DataOperation Summary
    Field Value
    Type Description
    DataOperation

    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