WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableCollapsedField - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableCollapsedField

    Represents the class to denote the collapsed field being serialized.

    Inheritance
    System.Object
    SerializableCollapsedField
    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.Windows.Forms.PivotAnalysis.Serialization
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class SerializableCollapsedField

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

    RowIndex

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

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