alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class SerializableCollapsedField

    Represents the class to denote the collapsed field being serialized.

    Inheritance
    System.Object
    SerializableCollapsedField
    Namespace: Syncfusion.Windows.Forms.PivotAnalysis.Serialization
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class SerializableCollapsedField : Object

    Constructors

    SerializableCollapsedField()

    Declaration
    public SerializableCollapsedField()

    Properties

    ColumnIndex

    Gets or sets a value indicating the column index of hidden values.

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

    RowIndex

    Gets or sets a value indicating the row index of hidden values.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved