menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridConstants - API Reference

    Show / Hide Table of Contents

    Class PivotGridConstants

    Represents a class that provides the constants for PivotGridControl.

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

    Constructors

    PivotGridConstants()

    Declaration
    public PivotGridConstants()

    Fields

    AllString

    Used to store the string as constant.

    Declaration
    public const string AllString = "(All)"
    Field Value
    Type Description
    System.String

    TotalString

    Used to store the string as constant.

    Declaration
    public const string TotalString = "Total"
    Field Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved