menu

UWP

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

    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
    Namespace: Syncfusion.PivotAnalysis.UWP
    Assembly: Syncfusion.PivotAnalysis.UWP.dll
    Syntax
    public class SortKeys : Object

    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
    System.Int32

    Index

    Gets or sets the row index

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

    Keys

    Gets or sets the collection of row indexes.

    Declaration
    public IComparable[] Keys { get; set; }
    Property Value
    Type
    System.IComparable[]

    Extension Methods

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