menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotRowDescriptor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotRowDescriptor

    Represents the descriptor for pivot row that can be used to easily perform several actions in column-based model, for example insert or get row at index.

    Inheritance
    System.Object
    PivotRowDescriptor
    Implements
    ICloneable<PivotRowDescriptor>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Olap.Engine
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class PivotRowDescriptor : ICloneable<PivotRowDescriptor>
    Remarks

    Row objects are created dynamically and they are now getting serialized. User can perform operations with cells in the row, manipulation with cell sequence will not be saved.

    Constructors

    PivotRowDescriptor()

    Initializes a new instance of the PivotRowDescriptor class.

    Declaration
    public PivotRowDescriptor()

    Properties

    Cells

    Gets the collection of pivot cell descriptors.

    Declaration
    public PivotCellCollection Cells { get; }
    Property Value
    Type Description
    PivotCellCollection

    The collection of pivot cell descriptors.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public PivotRowDescriptor Clone()
    Returns
    Type Description
    PivotRowDescriptor

    A copy of this instance.

    Implements

    ICloneable<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved