WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotEngine.SortKeys

    Show / Hide Table of Contents

    Class PivotEngine.SortKeys

    Class that holds the properties which is used to handle single sort and multi sort in Grid.

    Inheritance
    System.Object
    PivotEngine.SortKeys
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class SortKeys

    Constructors

    SortKeys()

    Declaration
    public SortKeys()

    Properties

    BlockSize

    Gets or sets the size of the Grid cell range.

    Declaration
    public int BlockSize { get; set; }
    Property Value
    Type Description
    System.Int32

    Index

    Gets or sets the row index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    Keys

    Gets or sets the collection of row indexes.

    Declaration
    public IComparable[] Keys { get; set; }
    Property Value
    Type Description
    System.IComparable[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved