%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : www.kowitt.ac.th  /  Your IP : 216.73.216.118
Web Server : Microsoft-IIS/7.5
System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.6.31
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/KOWT_APP/Account/UPDATE/Account/Update/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/KOWT_APP/Account/UPDATE/Account/Update/Syncfusion.PivotAnalysis.Windows.xml
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Syncfusion.PivotAnalysis.Windows</name>
    </assembly>
    <members>
        <member name="T:Syncfusion.NamespaceDoc">
            <summary>
            The Syncfusion namespace contains classes that defines the value and reference data types, events and event handlers, interfaces, attributes and processing the exceptions.
            </summary>
        </member>
        <member name="T:Syncfusion.PivotAnalysisWindowsAssembly">
            <exclude/>
            <summary>
            This class holds the name of the Syncfusion.Grid.Grouping.Windows assembly and provides a helper
            routine that helps with resolving types when loading a serialization stream and when
            the framework probes for assemblies by reflection.
            </summary>
        </member>
        <member name="F:Syncfusion.PivotAnalysisWindowsAssembly.Name">
            <summary>
            The full name of this assembly without version information: "Syncfusion.Grid.Grouping.Windows"
            </summary>
        </member>
        <member name="F:Syncfusion.PivotAnalysisWindowsAssembly.Assembly">
            <summary>
            A reference to the <see cref="T:System.Reflection.Assembly"/> for the Grid assembly.
            </summary>
        </member>
        <member name="F:Syncfusion.PivotAnalysisWindowsAssembly.RootNamespace">
            <summary>
            The root namespace of this assembly. Used internally for locating resources within the assembly.
            </summary>
        </member>
        <member name="M:Syncfusion.PivotAnalysisWindowsAssembly.#cctor">
            <summary>
            Initializes the <see cref="T:Syncfusion.PivotAnalysisWindowsAssembly"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.PivotAnalysisWindowsAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
            <summary>
            This delegate helps with resolving types and can be used as a eventhandler
            for a <see cref="T:System.AppDomain.AssemblyResolve"/> event.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The event data with information about the type.</param>
            <returns>A reference to the assembly where the type is located.</returns>
            <remarks>
            Use this handler when reading back types from a serialization stread
            saved with an earlier version of this assembly.
            </remarks>
            <example>
            <code lang="C#">
                    public static GridModel LoadSoap(Stream s)
                    {
                        try
                        {
                            AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
                            SoapFormatter b = new SoapFormatter();
                            b.AssemblyFormat = FormatterAssemblyStyle.Simple;
                            GridModel t = b.Deserialize(s) as GridModel;
                            t.Modified = false;
                            return t;
                        }
                        finally
                        {
                            AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
                        }
                    }
            <para/>
            </code>
            </example>        
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.AssemblyInfo">
            <summary>
            AssemblyInformation for internal use.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.NamespaceDoc">
            <summary>
            The Syncfusion.Windows.Forms.PivotAnalysis namespace contains classes that implements the Essential PivotGridControl and its events and event handlers, interfaces, attributes and processing the exceptions.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat">
            <summary>
            Provides functionalities of the conditional formats for the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.#ctor">
            <summary>
            Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat"/> class.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat._conditions">
            <summary>
            Gets or sets the conditions.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.ToString">
            <summary>
            Gets the name as string values.
            </summary>
            <returns>String values.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.ApplyFormat(Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.String)">
            <summary>
            Checks whether the current cell qualifies for conditional formatting or not.
            </summary>
            <param name="cellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="associatedMeasure">Gets the measure of the given string.</param>
            <returns><b>True</b> the format is done; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.ApplyStyle(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Applies style from the values of the instance of <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> class.
            </summary>
            <param name="styleInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="cellStyle">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.GetCompliedDelegate(Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.String)">
            <summary>
            Gets the complied delegate.
            </summary>
            <param name="cellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="associatedMeasure">The associated measure.</param>
            <returns>The complied Delegate.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.Predicate(System.Linq.Expressions.ParameterExpression,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType,Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat)">
            <summary>
            Returns the predicate based on type of condition and expression of the parameter.
            </summary>
            <param name="paramExp">An instance of the <see cref="T:System.Linq.Expressions.ParameterExpression"/> class.</param>
            <param name="pivotGridDataConditionType">Type of the pivot grid data condition.</param>
            <param name="Condition">The value for condition.</param>
            <returns>An instance of the <see cref="T:System.Linq.Expressions.Expression"/> class that holds the info regarding the predicate.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.PivotCellInfo">
            <summary>
            Gets or sets the value that holds the pivot cell information.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.PivotCellStyle">
            <summary>
            Gets or sets the style of a pivot cell.
            </summary>      
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.Name">
            <summary>
            Gets or sets the name of the collection.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConditionalFormat.Conditions">
            <summary>
            Gets or sets the conditions.
            </summary>
            <example>
            <code lang="C#">
            // Initializing a new rule.
            NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
            // Setting the condition types and predicate types.
            ConditionalFormat form = new ConditionalFormat();
            form.ConditionType = PivotGridDataConditionType.Equals;
            form.PredicateType = PredicateType.Or;
            form.StartValue = 5;
            form.EndValue = 555;
            // Adding the created conditional format to conditions.
            newRule1.Conditions.Add(form);
            </code>
            <code lang="VB">
            ' Initializing a new rule.
            Dim newRule1 As New NewRuleConditionalFormat()
            ' Setting the condition types and predicate types.
            Dim form As New ConditionalFormat()
            form.ConditionType = PivotGridDataConditionType.Equals
            form.PredicateType = PredicateType.Or
            form.StartValue = 5
            form.EndValue = 555
            ' Adding the created conditional format to conditions.
            newRule1.Conditions.Add(form)
            </code>
            </example>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat">
            <summary>
            Represents a class that provides ConditionalFormating to the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat.#ctor">
            <summary>
            Initializes new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat"/> class.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat.ConditionType">
            <summary>
            Gets or sets the type of the condition.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat.PredicateType">
            <summary>
            Gets or sets the type of the predicate.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat.StartValue">
            <summary>
            Gets or sets the start value.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat.EndValue">
            <summary>
            Gets or sets the end value.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat.SummaryElement">
            <summary>
            Gets or sets the Summary element.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat">
            <summary>
            Provides the functionality of new rule to conditionally format the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat"/> class.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.Ranges">
            <summary>
            Gets or sets the GridRanges.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.SummaryElement">
            <summary>
            Gets or sets the Summary element.
            </summary>
            <example>This example shows how to use the SummaryElement property.
            <code lang="C#">
            void Form1_Load(object sender, EventArgs e)
            {
                // Initializing a new rule.
                NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
                // Formats the pivot cells based on the rank values of the cells.
                newRule1.FormateValuesRankType = FormateValuesRankType.Bottom;
                // Make sure to set the rule type as the formating type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatTopOrBottomRankedValues;
                // Here "Amount" is the field-mapping name. If the summary element is not set, then formatting is not done.
                newRule1.SummaryElement = "Amount";
                PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
                newRuleFormat1.NewRuleCollections.Add(newRule1);
                // Formating is done.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red;
                this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
                ' Initializing a new rule.
                Dim newRule1 As New NewRuleConditionalFormat()
                ' Formats the pivot cells based on the rank values of the cells.
                newRule1.FormateValuesRankType = FormateValuesRankType.Bottom
                ' Make sure to set the rule type as the formating type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatTopOrBottomRankedValues
                ' Here "Amount" is the field-mapping name. If the summary element is not set, then formatting is not done.
                newRule1.SummaryElement = "Amount"
                Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
                newRuleFormat1.NewRuleCollections.Add(newRule1)
                ' Formating is done.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red
                Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.RuleType">
            <summary>
            Gets or sets the type of rule.
            </summary>
            <example>This example shows how to use the RuleType property.
            <code lang="C#">
            void Form1_Load(object sender, EventArgs e)
            {
                // Initializing a new rule.
                NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
                newRule1.FormateValuesRankType = FormateValuesRankType.Top;
                // Make sure to set the format type as the rule type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatTopOrBottomRankedValues;
                // Here "Quantity" is the field-mapping name.
                newRule1.SummaryElement = "Quantity";
                PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
                // Formats the pivot cells based on the their values.
                newRuleFormat1.PivotCellStyle.TextColor = Color.White;
                newRuleFormat1.PivotCellStyle.BackColor = Color.Tomato;
                newRuleFormat1.PivotCellStyle.Font.Facename = "Times New Roman";
                newRuleFormat1.PivotCellStyle.Font.Bold = true;
                newRuleFormat1.NewRuleCollections.Add(newRule1);
                this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
                ' Initializing a new rule.
                Dim newRule1 As New NewRuleConditionalFormat()
                newRule1.FormateValuesRankType = FormateValuesRankType.Top
                ' Make sure to set the format type as the rule type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatTopOrBottomRankedValues
                ' Here "Quantity" is the field-mapping name.
                newRule1.SummaryElement = "Quantity"
                Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
                ' Formats the pivot cells based on the their values.
                newRuleFormat1.PivotCellStyle.TextColor = Color.White
                newRuleFormat1.PivotCellStyle.BackColor = Color.Tomato
                newRuleFormat1.PivotCellStyle.Font.Facename = "Times New Roman"
                newRuleFormat1.PivotCellStyle.Font.Bold = True
                newRuleFormat1.NewRuleCollections.Add(newRule1)
                Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.FormateValuesRankType">
            <summary>
            Gets or sets the value of format as rank type.
            </summary>
            <example>This example shows how to use the FormateValuesRankType property.
            <code lang="C#">
            void Form1_Load(object sender, EventArgs e)
            {
                // Initializing a new rule.
                NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
                // Formats the pivot cells based on the rank values of the cells.
                newRule1.FormateValuesRankType = FormateValuesRankType.Bottom;
                // Make sure to set the rule type as the formating type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatTopOrBottomRankedValues;
                // Here "Amount" is the field-mapping name.
                newRule1.SummaryElement = "Amount";
                PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
                ConditionalFormat form = new ConditionalFormat();
                newRuleFormat1.NewRuleCollections.Add(newRule1);
                // Formating is done.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red;
                this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
                ' Initializing a new rule.
                Dim newRule1 As New NewRuleConditionalFormat()
                ' Formats the pivot cells based on the rank values of the cells.
                newRule1.FormateValuesRankType = FormateValuesRankType.Bottom
                ' Make sure to set the rule type as the formating type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatTopOrBottomRankedValues
                ' Here "Amount" is the field-mapping name.
                newRule1.SummaryElement = "Amount"
                Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
                Dim form As New ConditionalFormat()
                newRuleFormat1.NewRuleCollections.Add(newRule1)
                ' Formating is done.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red
                Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.FormateSelectedAverageValueType">
            <summary>
            Gets or sets the value of the format as average value type.
            </summary>
            <example>This example shows how to use the FormateSelectedAverageValueType property.
            <code lang="C#">
            void Form1_Load(object sender, EventArgs e)
            {
                // Initializing a new rule.
                NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
                // Formats the pivot cells based on the average values of the cells.
                newRule1.FormateSelectedAverageValueType = FormateSelectedAverageValueType.Below;
                // Make sure to set the rule type as the formating type.
                newRule1.RuleType = RuleType.FormatOnlyValuesThatAreAboveOrBelowAverage;
                // Here "Quantity" is the field-mapping name.
                newRule1.SummaryElement = "Quantity";
                PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
                ConditionalFormat form = new ConditionalFormat();
                newRuleFormat1.NewRuleCollections.Add(newRule1);
                // Formating is done.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red;
                this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
                ' Initializing a new rule.
                Dim newRule1 As New NewRuleConditionalFormat()
                ' Formats the pivot cells based on the average values of the cells.
                newRule1.FormateSelectedAverageValueType = FormateSelectedAverageValueType.Below
                ' Make sure to set the rule type as the formating type.
                newRule1.RuleType = RuleType.FormatOnlyValuesThatAreAboveOrBelowAverage
                ' Here "Quantity" is the field-mapping name.
                newRule1.SummaryElement = "Quantity"
                Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
                Dim form As New ConditionalFormat()
                newRuleFormat1.NewRuleCollections.Add(newRule1)' Formating is done.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red
                Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.FormatAllType">
            <summary>
            Gets or sets the value of format as all type.
            </summary>
            <example>This example shows how to use the FormatAllType property.
            <code lang="C#">
            void Form1_Load(object sender, EventArgs e)
            {
                // Initializing a new rule.
                NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
                // Sets the rule type. Here "FormatOnlyUniqueOrDuplicateValues" is set.
                newRule1.RuleType = RuleType.FormatOnlyUniqueOrDuplicateValues;
                // Formats the cells that contains unique or duplicate values. By default "Unique" value is assigned for formatting.
                newRule1.FormatAllType = FormatAllType.Duplicate;
                newRule1.SummaryElement = "Quantity";
                PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
                ConditionalFormat form = new ConditionalFormat();
                newRuleFormat1.NewRuleCollections.Add(newRule1);
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red;
                this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
                ' Initializing a new rule.
                Dim newRule1 As New NewRuleConditionalFormat()
                ' Sets the rule type. Here "FormatOnlyUniqueOrDuplicateValues" is set.
                newRule1.RuleType = RuleType.FormatOnlyUniqueOrDuplicateValues
                ' Formats the cells that contains unique or duplicate values. By default "Unique" value is assigned for formatting.
                newRule1.FormatAllType = FormatAllType.Duplicate
                newRule1.SummaryElement = "Quantity"
                Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
                Dim form As New ConditionalFormat()
                newRuleFormat1.NewRuleCollections.Add(newRule1)
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red
                Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.RankValue">
            <summary>
            Gets or sets the value of the rank.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.FormatStyle">
            <summary>
            Gets or sets the value of the format.
            </summary>
            <example>This example shows how to use the FormatStyle property.
            <code lang="C#">
            void Form1_Load(object sender, EventArgs e)
            {
                // Initializing a new rule.
                NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
                // Formats the pivot cells based on the their values.
                newRule1.FormatStyle = FormatStyle.IconSets;
                // Make sure to set the rule type as the formating type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatAllCellsBasedOnTheirValues;
                // Here "Amount" is the field-mapping name.
                newRule1.SummaryElement = "Amount";
                PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
                ConditionalFormat form = new ConditionalFormat();
                newRuleFormat1.NewRuleCollections.Add(newRule1);
                this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
                ' Initializing a new rule.
                Dim newRule1 As New NewRuleConditionalFormat()
                ' Formats the pivot cells based on the their values.
                newRule1.FormatStyle = FormatStyle.IconSets
                ' Make sure to set the rule type as the formating type. By default "FormatAllCellsBasedOnTheirValues" is set.
                newRule1.RuleType = RuleType.FormatAllCellsBasedOnTheirValues
                ' Here "Amount" is the field-mapping name.
                newRule1.SummaryElement = "Amount"
                Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
                Dim form As New ConditionalFormat()
                newRuleFormat1.NewRuleCollections.Add(newRule1)
                Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.IconImage">
            <summary>
            Gets or sets the category of image icons.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.CustomImageList">
            <summary>
            Gets or sets the custom image list.
            </summary>       
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.ValueType1">
            <summary>
            Gets or sets the ValueType1.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.ValueType2">
            <summary>
            Gets or sets the ValueType2.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.ValueType3">
            <summary>
            Gets or sets the ValueType3.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.ValueType4">
            <summary>
            Gets or sets the ValueType4.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.Value1">
            <summary>
            Gets or sets the Value1.
            </summary>
            <value>By default values are taken as percent or number and ranked values as top or bottom.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.Value2">
            <summary>
            Gets or sets the Value2.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.Value3">
            <summary>
            Gets or sets the Value3.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.Value4">
            <summary>
            Gets or sets the Value4.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.Image">
            <summary>
            Gets or sets the name an image.
            </summary>
            <value>The ImageName.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat.Conditions">
            <summary>
            Gets or sets the conditions.
            </summary>
            <value>The conditions.</value>
            <example>This example shows how to use the Conditions property.
            <code lang="C#">
            // Initializing a new rule.
            NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
            // Setting the condition types and predicate types.
            ConditionalFormat form = new ConditionalFormat();
            form.ConditionType = PivotGridDataConditionType.Equals;
            form.PredicateType = PredicateType.Or;
            form.StartValue = 5;
            form.EndValue = 555;
            // Adding the created conditional format to conditions.
            newRule1.Conditions.Add(form);
            </code>
            <code lang="VB">
            ' Initializing a new rule.
            Dim newRule1 As New NewRuleConditionalFormat()
            ' Setting the condition types and predicate types.
            Dim form As New ConditionalFormat()
            form.ConditionType = PivotGridDataConditionType.Equals
            form.PredicateType = PredicateType.Or
            form.StartValue = 5
            form.EndValue = 555
            ' Adding the created conditional format to conditions.
            newRule1.Conditions.Add(form)
            </code>
            </example>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat">
            <summary>
            Represents a class that creates a new rule to conditionally format the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.ShouldSerializeStyle">
            <summary>
            Determines whether the style information has been set and should be serialized into code at design-time or not.
            </summary>
            <returns><b>True</b>if style information has been set.<b>False</b>otherwise.
            </returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.ResetStyle">
            <summary>
            Resets the style information of the <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.PivotCellStyle"/> property.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.ToString">
            <summary>
            Gets a string that represents the current object.
            </summary>
            <returns>String values.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetBitmap(System.String)">
            <summary>
            Gets the bitmap image.
            </summary>
            <param name="name">Image name.</param>
            <returns>Bitmap image.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.Clone">
            <summary>
            Creates a copy of this descriptor.
            </summary>
            <returns>A copy of this descriptor.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.InitializeFrom(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat)">
            <summary>
            Initializes this object and copies properties from another object. <see cref="T:System.ComponentModel.INotifyPropertyChanging"/>
            and <see cref="T:System.ComponentModel.INotifyPropertyChanged"/> events are raised for every property that is modified. If both
            objects are equal, no events are raised.
            </summary>
            <param name="other">The source object.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.CreateImageList(System.Object,System.String)">
            <summary>
            Creates an image list based on the category.
            </summary>
            <param name="IconImageCategory">Image category.</param>
            <param name="ImageName">Image name.</param>
            <returns>An ImageList.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.InitImageListFromDirectory(System.Int32,System.Windows.Forms.ImageList,System.String)">
            <summary>
            Binds the image from the directory.
            </summary>
            <param name="num">Number of image.</param>
            <param name="ImageList">ImageList.</param>
            <param name="ImageName">Image name.</param>
            <returns>ImageList.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetImageCount(System.String)">
            <summary>
            Gets the image count.
            </summary>
            <param name="imageName"> Image name.</param>
            <returns>Image category value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetImageName(Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName)">
            <summary>
            Gets the image name.
            </summary>
            <param name="imageName">BitMap Image Name.</param>
            <returns>Image name.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.imageCount(System.Int32)">
            <summary>
            Gets the image category.
            </summary>
            <param name="count">Image list count.</param>
            <returns>Image category count.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.ApplyStyle(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase,Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Apply the style for current cells that qualifies for conditional formatting.
            </summary>
            <param name="cellInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="row">Row index.</param>
            <param name="col">Column index.</param>
            <param name="pivotGrid">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class.</param>
            <param name="pivotCellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetAssociatedMeasure(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase,Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.Int32,System.Int32)">
            <summary>
            Gets the associated column name in <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
            </summary>
            <param name="pivotGrid">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class.</param>
            <param name="cellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="rowIndex">Row index.</param>
            <param name="columnIndex">Column index.</param>
            <returns>The field name, if there is no Pivot calculations; Otherwise the formatted text of the specified cell.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.SetFilteredRankStyle(Syncfusion.PivotAnalysis.Base.PivotCellInfo,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.PivotAnalysis.FormatAllType,System.Collections.Generic.List{System.Double})">
            <summary>
            Sets the filtered rank style based on the condition.
            </summary>
            <param name="pivotCellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="cellInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="FormatAllType">FormatAllType</param>
            <param name="RankedValues">List.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.SetFilteredRankStyle(Syncfusion.PivotAnalysis.Base.PivotCellInfo,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.PivotAnalysis.FormateSelectedAverageValueType,System.Double)">
            <summary>
            Sets the filtered rank style based on the condition.
            </summary>
            <param name="pivotCellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="cellInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="FormateSelectedAverageValueType">Formate Selected ValueType</param>
            <param name="avgValue">The average value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.BindRankedList(Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Binds the Ranked list.
            </summary>
            <param name="newRule">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat"/> class.</param>
            <param name="pivotGrid">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class.</param>
            <returns>List.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.SetFilteredRankStyle(Syncfusion.PivotAnalysis.Base.PivotCellInfo,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Collections.Generic.List{System.Double})">
            <summary>
            Sets the filtered rank style based on the condition.
            </summary>
            <param name="pivotCellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="cellInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="FilteredRankedValues">List.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.FindRankValues(Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Finds the ranked values.
            </summary>
            <param name="conditionalFormat">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat"/> class.</param>
            <param name="pivotGrid">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class.</param>
            <returns>A List of found ranked values.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetPredicate(Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.Int32,System.Int32)">
            <summary>
            Gets the predicate status.
            </summary>
            <param name="cellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="colIndex">Column index.</param>
            <param name="rowIndex">Row index.</param>
            <returns>A boolean value that determines to apply the predicate or not.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetCompiledDelegate(Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.Int32,System.Int32)">
            <summary>
            Gets the complied delegate.
            </summary>
            <param name="cellInfo">An instance of the <see cref="T:Syncfusion.PivotAnalysis.Base.PivotCellInfo"/> class that holds the pivot cell info.</param>
            <param name="colIndex">Column index.</param>
            <param name="rowIndex">Row index.</param>
            <returns>The compiled Delegate.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.ApplyStyle(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Applies style for supplied values of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> class.
            </summary>
            <param name="styleInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="cellStyle">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.Predicate(System.Linq.Expressions.ParameterExpression,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType,Syncfusion.Windows.Forms.PivotAnalysis.ConditionalFormat)">
            <summary>
            Returns the predicate based on type of condition and expression of the parameter.
            </summary>
            <param name="paramExp">An instance of the <see cref="T:System.Linq.Expressions.ParameterExpression"/> class.</param>
            <param name="pivotGridDataConditionType">Type of the pivot grid data condition.</param>
            <param name="Condition">The value.</param>
            <returns>An instance of the <see cref="T:System.Linq.Expressions.Expression"/> class, that holds the info regarding the predicate.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetMaxAndMinVale(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase,Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat)">
            <summary>
            Gets the Maximum, Minimum and Average values.
            </summary>
            <param name="cellInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="pivotGrid">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class.</param>
            <param name="newRule">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat"/> class.</param>
            <returns>ArrayList.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.GetImageIndex(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Collections.ArrayList,Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat)">
            <summary>
            Gets the index of the image.
            </summary>
            <param name="cellInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="maxValues">ArrayList.</param>
            <param name="newRule">An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat"/> class.</param>
            <returns>The image index.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.FindPercentage(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Collections.ArrayList)">
            <summary>
            Calculates the percentage of the values in PivotGrid.
            </summary>
            <param name="cellInfo">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the values of style properties.</param>
            <param name="maxValues">The ArrayList.</param>
            <returns>Percentile value.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.PivotCellInfo">
            <summary>
            Gets or sets the value that holds the pivot cell information.
            </summary>
            <example>This example shows how to use the PivotCellInfo property.
            <code lang="C#">
            // Initializing a new rule for formatting.
            PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
            // Adding the newly created rule to the collections.
            newRuleFormat1.NewRuleCollections.Add(newRule1);
            // Provides the pivot grid's cell info.
            newRuleFormat1.PivotCellInfo.CellType = PivotCellType.HeaderCell;
            newRuleFormat1.PivotCellInfo.ColumnIndex = 4;
            // The new rule gets associated with the pivot grid.
            this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            </code>
            <code lang="VB">
            ' Initializing a new rule for formatting.
            Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
            ' Adding the newly created rule to the collections.
            newRuleFormat1.NewRuleCollections.Add(newRule1)
            ' Provides the pivot grid's cell info.
            newRuleFormat1.PivotCellInfo.CellType = PivotCellType.HeaderCell
            newRuleFormat1.PivotCellInfo.ColumnIndex = 4
            ' The new rule gets associated with the pivot grid.
            Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.PivotCellStyle">
            <summary>
            Gets or sets the style of a pivot cell.
            </summary>  
            <example>This example shows how to use the PivotCellStyle property.
            <code lang="C#">
            void Form1_Load(object sender, EventArgs e)
            {
                // Initializing a new rule.
                NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
                newRule1.RuleType = RuleType.FormatOnlyUniqueOrDuplicateValues;
                newRule1.FormatAllType = FormatAllType.Duplicate;
                newRule1.SummaryElement = "Quantity";
                PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
                ConditionalFormat form = new ConditionalFormat();
                newRuleFormat1.NewRuleCollections.Add(newRule1);
                // Formats the pivot cells that satisfies the RuleType and Formats the cells which have repeated values.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red;
                newRuleFormat1.PivotCellStyle.TextColor = Color.White;
                this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
                ' Initializing a new rule.
                Dim newRule1 As New NewRuleConditionalFormat()
                newRule1.RuleType = RuleType.FormatOnlyUniqueOrDuplicateValues
                newRule1.FormatAllType = FormatAllType.Duplicate
                newRule1.SummaryElement = "Quantity"
                Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
                Dim form As New ConditionalFormat()
                newRuleFormat1.NewRuleCollections.Add(newRule1)
                ' Formats the pivot cells that satisfies the RuleType and Formats the cells which have repeated values.
                newRuleFormat1.PivotCellStyle.BackColor = Color.Red
                newRuleFormat1.PivotCellStyle.TextColor = Color.White
                Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.Name">
            <summary>
            Gets or sets a name to the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat"/>.
            </summary>
            <example>This example shows how to use the Name property.
            <code lang="C#">
            // Initializing a conditional formatting item.
            PivotGridConditionalFormat item = new PivotGridConditionalFormat();
            // Assigns the name to the Conditional format being applied.
            item.Name = "myCondition";
            // Assigning the condition format to the pivot grid.
            this.pivotGridControl1.TableControl.ConditionalFormats.Add(item);
            </code>
            <code lang="VB">
            ' Initializing a conditional formatting item.
            Dim item As New PivotGridConditionalFormat()
            ' Assigns the name to the Conditional format being applied.
            item.Name = "myCondition"
            ' Assigning the condition format to the pivot grid.
            Me.pivotGridControl1.TableControl.ConditionalFormats.Add(item)
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.NewRuleCollections">
            <summary>
            Gets or sets the collection for <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.NewRuleConditionalFormat"/> class.
            </summary>
            <example>This example shows how to use NewRuleCollections property.
            <code lang="C#">
            // Initializing a new rule for formatting.
            PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
            // Adding the newly created rule to the collections.
            newRuleFormat1.NewRuleCollections.Add(newRule1);
            // The new rule gets associated with the pivot grid.
            this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            </code>
            <code lang="VB">
            ' Initializing a new rule for formatting.
            Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
            ' Adding the newly created rule to the collections.
            newRuleFormat1.NewRuleCollections.Add(newRule1)
            ' The new rule gets associated with the pivot grid.
            Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridNewRuleConditionalFormat.IconPainter">
            <summary>
            Gets or set the painter for the icon.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.RuleType">
            <summary>
            Defines the constants that specify the Rule types. 
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.RuleType.FormatAllCellsBasedOnTheirValues">
            <summary>
            Formats every cell based on it's value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.RuleType.FormatOnlyCellsThatContain">
            <summary>
            Formats the cell, that satisfies a specific value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.RuleType.FormatTopOrBottomRankedValues">
            <summary>
            Formats the cells based on Maximum or Minimum value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.RuleType.FormatOnlyValuesThatAreAboveOrBelowAverage">
            <summary>
            Format the cells that are above or below average value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.RuleType.FormatOnlyUniqueOrDuplicateValues">
            <summary>
            Formats the cells that have unique value.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FormatAllType">
            <summary>
            Defines the constants that specify the format types.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormatAllType.Unique">
            <summary>
            Formats the cells that have unique value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormatAllType.Duplicate">
            <summary>
            Formats the cells that have duplicate or repeated value.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FormateSelectedAverageValueType">
            <summary>
            Defines the constants that are to be formated by Average value type.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormateSelectedAverageValueType.Above">
            <summary>
            Formats the cells that have values above the average value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormateSelectedAverageValueType.Below">
            <summary>
            Formats the cells that have values below the average value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormateSelectedAverageValueType.EqualOrAbove">
            <summary>
            Formats the cells that have value equals or above the average value.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormateSelectedAverageValueType.EqualOrBelow">
            <summary>
            Formats the cells that have value equals or below the average value.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FormatStyle">
            <summary>
            Defines the constants that applies to Format the style.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormatStyle.IconSets">
            <summary>
            The format style is done as set of icons.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.IconImageCategory">
            <summary>
            Defines the constants that applies the category of image icon.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.IconImageCategory.Three">
            <summary>
            Apply the icon image category as 0.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.IconImageCategory.Four">
            <summary>
            Apply the icon image category as 1.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.IconImageCategory.Five">
            <summary>
            Apply the icon image category as 2.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ValueType">
            <summary>
            Defines the constants that specifies the conditional formating based on the value types.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.ValueType.Percent">
            <summary>
            The conditional format based on the value type as percent.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.ValueType.Number">
            <summary>
            The conditional format based on the value type as number.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FormateValueWithCell">
            <summary>
             Defines the constants that formats the cells based upon the CellValue.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormateValueWithCell.CellValue">
            <summary>
            The value in the cell.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FormateValuesRankType">
            <summary>
            Defines the constants that specifies the Format based on RankType.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormateValuesRankType.Top">
            <summary>
            Formats if the rank type is Top.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FormateValuesRankType.Bottom">
            <summary>
            Formats if the rank type is Bottom.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName">
            <summary>
            Defines the constants that specifies the Format based on BitMapImage Name.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeArrowsColored">
            <summary>
            Sets the BitMapImage name as ThreeArrowsColored.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeArrowsGray">
            <summary>
            Sets the BitMapImage name as ThreeArrowsGray.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeFlags">
            <summary>
            Sets the BitMapImage name as ThreeFlags.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeTrafficLightsUnrimmed">
            <summary>
            Sets the BitMapImage name as ThreeTrafficLightsUnrimmed.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeTrafficLightsRimmed">
            <summary>
            Sets the BitMapImage name as ThreeTrafficLightsRimmed.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeSigns">
            <summary>
            Sets the BitMapImage name as ThreeSigns.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeSymbols">
            <summary>
            Sets the BitMapImage name as ThreeSymbols.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeSymbolsCircled">
            <summary>
            Sets the BitMapImage name as ThreeSymbolsCircled.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeSymbolsUnCircled">
            <summary>
            Sets the BitMapImage name as ThreeSymbolsUnCircled.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeStars">
            <summary>
            Sets the BitMapImage name as ThreeStars.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.ThreeTriangle">
            <summary>
            Sets the BitMapImage name as ThreeTriangle.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FourArrowsColored">
            <summary>
            Sets the BitMapImage name as FourArrowsColored.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FourArrowsGray">
            <summary>
            Sets the BitMapImage name as FourArrowsGray.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.RedToBlack">
            <summary>
            Sets the BitMapImage name as RedToBlack.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FourRating">
            <summary>
            Sets the BitMapImage name as FourRating.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FourTrafficLight">
            <summary>
            Sets the BitMapImage name as FourTrafficLight.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FiveArrowsColored">
            <summary>
            Sets the BitMapImage name as FiveArrowsColored.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FiveArrowsGray">
            <summary>
            Sets the BitMapImage name as FiveArrowsGray.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FiveQuarters">
            <summary>
            Sets the BitMapImage name as FiveQuarters.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FiveRatings">
            <summary>
            Sets the BitMapImage name as FiveRatings.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.BitMapImageName.FiveBoxes">
            <summary>
            Sets the BitMapImage name as FiveBoxes.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PredicateType">
            <summary>
            Defines the constants that specify the Predicate types defined for Filters.
            </summary>        
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PredicateType.And">
            <summary>
            Performs an AND operation on filters.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PredicateType.Or">
            <summary>
            Performs an OR operation on filters.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType">
            <summary>
            Defines the constants that specify the conditional format types for operation.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType.Equals">
            <summary>
            Performs an Equals operation on the operands.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType.NotEquals">
            <summary>
            Performs NotEquals operation on the operands.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType.LessThan">
            <summary>
            Performs LessThan operation on the operands.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType.LessThanOrEqual">
            <summary>
            Performs LessThanOrEqual operation on the operands.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType.GreaterThan">
            <summary>
            Performs GreatherThan operation on the operands.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType.GreaterThanOrEqual">
            <summary>
            Performs GreaterThanOrEqual operation on the operands.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridDataConditionType.Between">
            <summary>
            Performs Between operation on the operands.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase">
            <summary>
            PivotGridControl provides the functionality of a pivot table. A pivot table is a data summarization tool
            which automatically sorts, count and total the table data and represents in cross tabular format.
            </summary>
            <remarks>
            To use this control, you must set the <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ItemSource"/> to some IList object.
            The object in the IList should have public property which you want to use it in the pivot table.
            To represent the data in cross tabular format you should specify the pivoting info in these 
            properties <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotRows"/>, <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotColumns"/> and <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotCalculations"/>
            </remarks>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.allowedFields">
            <summary>
            FieldInfo collection for default fields.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase._PivotRows">
            <summary>
            PivotItem collection for PivotRows.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase._PivotColumns">
            <summary>
            PivotItem collection for PivotColumns.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase._PivotCalculations">
            <summary>
            PivotCalculation collection.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase._PivotFields">
            <summary>
            PivotItem collection for PivotFields.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotFilters">
            <summary>
            Filter expression collection.
            </summary>
            _Filters is renamed to PivotFilters, it is because an underscore - 
            shouldn't start an identifier with a visible (public/protected) field- this violates CLS compliant 
            Declared as Public since it is used in GroupBar.cs
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase._IsExtenalEngine">
            <summary>
            FilterItem collection for PivotFields.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class with the specified GridModel.
            </summary>
            <param name="model">The grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotGridControlBase_CurrentCellActivating(System.Object,Syncfusion.Windows.Forms.Grid.GridCurrentCellActivatingEventArgs)">
            <summary>
            Triggered if current cell in the grid gets activated.
            </summary>
            <param name="sender">Control</param>
            <param name="e">The event <see cref="T:Syncfusion.Windows.Forms.Grid.GridCurrentCellActivatingEventArgs"/>data</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotGridControlBase_CurrentCellStartEditing(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Occurs before the current cell switches into edit mode.
            </summary>
            <param name="sender">Control.</param>
            <param name="e">The<see cref="T:System.ComponentModel.CancelEventArgs "/>that contains event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotGridControlBase_WindowScrolling(System.Object,Syncfusion.Windows.Forms.ScrollWindowEventArgs)">
            <summary>
            Triggered to invalidate the GroupBar.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.IntializeModel">
            <summary>
            Initializes the Grid model.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Model_SelectionChanging(System.Object,Syncfusion.Windows.Forms.Grid.GridSelectionChangingEventArgs)">
            <summary>
            Occurs before selecting a range of cells.
            </summary>
            <param name="sender">Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridSelectionChangingEventArgs"/>that contains event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotGridControlBase_CellButtonClicked(System.Object,Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs)">
            <summary>
            Triggered if the Expand or Collapse button is clicked.
            </summary>
            <param name="sender">Grid model.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs"/>that contains event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SetExpandCollapse(System.Int32,System.Int32)">
            <summary>
            Performs the Expand or Collapse operations.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Refresh(System.Boolean)">
            <summary>
            Refreshes the PivotGridControl's Layout.
            </summary>
            <param name="shouldPopulateEngine">It will repopulate the PivotEngine if True.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GetCellHashKey(System.Int32,System.Int32)">
            <summary>
            Gets the cell hash key.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GetCellIndex(System.Int32,System.Int32)">
            <summary>
            Gets the cell index.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GetCachedValue(System.Drawing.Point)">
            <summary>
            Gets the cached value from the cell.
            </summary>
            <param name="pt">Point.</param>
            <returns>String.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RemoveCachedValue(System.Int32,System.Int32)">
            <summary>
            Removes the cached value from the cell.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CacheValue(System.Int32,System.Int32,System.String)">
            <summary>
            Computes the cached value of a cell.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="value">String.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ClickRow(System.Int32,System.Int32)">
            <summary>
            Computes the Row value for Expand or Collapse operation.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ClickCol(System.Int32,System.Int32)">
            <summary>
            Computes the Column value for Expand/Collapse operation.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SetCollapsedColRange(System.Int32,System.Int32)">
            <summary>
            Sets the collapsed Column range.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GetCollapsedCols(System.Int32,System.Int32)">
            <summary>
            Provides the info regarding the collapsed columns.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="extendCol">Column index.</param>
            <returns>Index of collapsed columns.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SetCollapsedRowRange(System.Int32,System.Int32)">
            <summary>
            Performs collapsed Row range computations.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GetCollapsedRows(System.Int32,System.Int32)">
            <summary>
            Provides info regarding the collapsed Rows.
            </summary>
            <param name="extendRow">Row index.</param>
            <param name="colIndex">Column index.</param>
            <returns>Index of collapsed rows.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SetCellValue(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.Object)">
            <summary>
            Sets the CellValue.
            </summary>
            <param name="styleInfo">Provides style properties of the cell.</param>
            <param name="cellInfo">Provides info regarding the specific cell.</param>
            <param name="tag">Specifies the cell type.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Model_QueryCellInfo(System.Object,Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs)">
            <summary>
            Triggered and provides info regarding the GridModel.
            </summary>
            <param name="sender">Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs"/>that contains event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ApplyStyle(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Applies style from the supplied <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> values.
            </summary>
            <param name="styleInfo">GridStyleInfo</param>
            <param name="cellStyle">GridStyleInfo</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GetAssociatedMeasure(Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.Int32,System.Int32)">
            <summary>
            Gets the associated measure.
            </summary>
            <param name="cellInfo">The cell info.</param>
            <param name="rowIndex">Index of the row.</param>
            <param name="columnIndex">Index of the column.</param>
            <returns>The field name, if there is no Pivot calculations; Otherwise the formatted text of the specified cell.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GroupBarSize">
            <summary>
            Calculates the group bar size.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SynchronizeEngine">
            <summary>
            Synchronize the PivotEngine.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.engine_PivotSchemaChanged(System.Object,Syncfusion.PivotAnalysis.Base.PivotSchemaChangedArgs)">
            <summary>
            Triggered when the pivot schema gets changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.PivotAnalysis.Base.PivotSchemaChangedArgs"/> contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SynchronizeGrid(Syncfusion.PivotAnalysis.Base.PivotSchemaChangedArgs)">
            <summary>
            Synchronizes the Picot grid.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.PivotAnalysis.Base.PivotSchemaChangedArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnShowDisabledGroupBackgroundPropertyChanged(System.Object,System.EventArgs)">
            <summary>
            Occurs when the  OnShowDisabledGroupBackground property gets changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnPivotRowsCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the Pivot rows collection changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/> contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnPivotColumnsCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the Pivot columns collection gets changed.
            </summary>
            <param name="sender">Control.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnCalculationsCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the calculations collection gets changed.
            </summary>
            <param name="sender">Control.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnFiltersCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the filters collection gets changed .
            </summary>
            <param name="sender">Control.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnItemSourceChanged(System.Object,Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs)">
            <summary>
            Triggered when the Item source gets changed.
            </summary>
            <param name="sender">Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnPivotEngineChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Triggered when the Pivot engine gets changed.
            </summary>
            <param name="dependencyObject">Object that participates in the dependency property system</param>
            <param name="args">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnShowCalculationsAsColumnsChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
            <summary>
            Triggered when the ShowCalculationsAsColumns gets changed.
            </summary>
            <param name="dependencyObject">Object that participates in the dependency property system</param>
            <param name="args">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnCreateControl">
            <summary>
            When overridden in a derived class, is invoked whenever application code or internal processes call <see cref="M:System.Windows.FrameworkElement.ApplyTemplate"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnDrawCell(Syncfusion.Windows.Forms.Grid.GridDrawCellEventArgs)">
            <summary>
            Overridden to raises the cell drawn event.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDrawCellEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnRightToLeftChanged(System.EventArgs)">
            <summary>
            Overridden to handle the PivotGridControl changed to RTL mode.
            </summary>
            <param name="e">The<see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GetResourceDictionaryFullyQualifiedName(System.String,System.String@,System.String@)">
            <summary>
            Gets the Name from the Resource directory.
            </summary>
            <param name="visualStyleName">Name.</param>
            <param name="prefix">String to be prefixed.</param>
            <param name="suffix">String to be suffixed.</param>
            <returns>String.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnTouchPanBegin(System.Drawing.Point)">
            <summary>
            Initialize the touch selection operation or touch scrolling operations.
            </summary>
            <param name="touchBeginPoint">Touch position when panning operation start</param>
            <returns>Returns false when do other operations like selection</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnTouchPan(System.Drawing.Point,System.Boolean)">
            <summary>
            Handles the touch selection or scrolling operations
            </summary>
            <param name="currentTouchPoint">Current touch position</param>
            <param name="isSwipeScroll">Used to check the swipe scrolling operation occurs in the control. When isSwipeScroll is true then cancel the operations while doing selection operations.</param>
            <returns>Retruns false if do the selection process. Otherwise return true</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.OnTouchPanEnd(System.Drawing.Point)">
            <summary>
            Call the mouse up method when selection process done, otherwise call the base method to end the panning operation.
            </summary>
            <param name="touchEndPoint">touch control end point</param>
            <returns>Return false when resizing or selection or dragging process done</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PopulateDefaultPropertyFields">
            <summary>
            Populates the default property fields.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ResetPivotData">
            <summary>
            Resets the pivot data (resets the pivot engine, pivot rows, pivot columns, pivot fields, pivot calculations and items source).
            </summary>
            <example>This example shows how to reset the data displayed in the pivot grid table.
            <code lang="C#">
            ' Resets the data displayed in the pivot grid.
            Me.pivotGridControl1.TableControl.ResetPivotData()
            </code>
            <code lang="VB">
            ' Resets the data displayed in the pivot grid.
            Me.pivotGridControl1.TableControl.ResetPivotData()
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.InternalRefresh">
            <summary>
            Refreshes the control without affecting persistence of expand or collapse states.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseExpandEvents(Syncfusion.PivotAnalysis.Base.PivotCellInfo,System.Int32,System.Int32)">
            <summary>
            Raises expanding and expanded events for the provided cell info.
            </summary>
            <param name="cellInfo">Cell info to be expanded.</param>
            <param name="row">Row index of the expander cell.</param>
            <param name="column">Column index of the expander cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseCollapseEvents(Syncfusion.PivotAnalysis.Base.PivotCellInfo,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32)">
            <summary>
            Raises collapsing and collapsed events for the provided cell info.
            </summary>
            <param name="cellInfo">Cell info to be expanded.</param>
            <param name="styleInfo">Style of the cell.</param>
            <param name="row">Row index of the expander cell.</param>
            <param name="column">Column index of the expander cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ExpandAllRowGroups">
            <summary>
            Expands all the grouped rows.
            </summary>
            <example>This example shows how to expand all the row groups.
            <code lang="C#">
            // Expands all the row groups.
            this.pivotGridControl1.TableControl.ExpandAllRowGroups();
            </code>
            <code lang="VB">
            ' Expands all the row groups.
            Me.pivotGridControl1.TableControl.ExpandAllRowGroups()
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ExpandAllColumnGroups">
            <summary>
            Expands all the grouped columns.
            </summary>
            <example>This example shows how to expand all the column groups.
            <code lang="C#">
            // Expands all the columns groups.
            this.pivotGridControl1.TableControl.ExpandAllColumnGroups();
            </code>
            <code lang="VB">
            ' Expands all the columns groups.
            Me.pivotGridControl1.TableControl.ExpandAllColumnGroups()
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ExpandAllGroups">
            <summary>
            Expands all the groups.
            </summary>
            <example>This example shows how to expand all groups.
            <code lang="C#">
            // Expands all the groups either it may be column or row.
            this.pivotGridControl1.TableControl.ExpandAllGroups();
            </code>
            <code lang="VB">
            ' Expands all the groups either it may be column or row.
            Me.pivotGridControl1.TableControl.ExpandAllGroups()
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CollapseAllRowGroups">
            <summary>
            Collapses all the grouped rows.
            </summary>
            <example>This example shows how to collapse all the row groups.
            <code lang="C#">
            // Collapse all the row groups.
            this.pivotGridControl1.TableControl.CollapseAllRowGroups();
            </code>
            <code lang="VB">
            ' Collapse all the row groups.
            Me.pivotGridControl1.TableControl.CollapseAllRowGroups()
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CollapseAllColumnGroups">
            <summary>
            Collapses all the grouped columns.
            </summary>
            <example>This example shows how to collapse all column groups.
            <code lang="C#">
            // Collapse all the column groups.
            this.pivotGridControl1.TableControl.CollapseAllColumnGroups();
            </code>
            <code lang="VB">
            ' Collapse all the column groups.
            Me.pivotGridControl1.TableControl.CollapseAllColumnGroups()
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CollapseAllGroups">
            <summary>
            Collapses all the groups.
            </summary>
            <example>This example shows how to collapse all the groups.
            <code lang="C#">
            // Collapse all the groups either it may be row group or column group.
            this.pivotGridControl1.TableControl.CollapseAllGroups();
            </code>
            <code lang="VB">
            ' Collapse all the groups either it may be row group or column group.
            Me.pivotGridControl1.TableControl.CollapseAllGroups()
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ExpandRow(System.String)">
            <summary>
            Expands the row for the specified unique text.
            </summary>
            <param name="uniqueText">An unique way of representation for the header cell which has a parent cell <see cref="P:Syncfusion.PivotAnalysis.Base.PivotCellInfo.UniqueText"/>.</param>
            <example>This example shows how to expand a specific row.
            <code lang="C#">
            // Expand the specific row. Here "Total" is a mapping name.
            this.pivotGridControl1.TableControl.ExpandRow("Total");
            </code>
            <code lang="VB">
            ' Expand the specific row. Here "Total" is a mapping name.
            Me.pivotGridControl1.TableControl.ExpandRow("Total")
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ExpandRow(System.Collections.Generic.List{System.String})">
            <summary>
            Expand the rows for provided array of unique text.
            </summary>
            <param name="list">Array of Unique text of the Expander headers.</param>
            <example>This example shows how to expand a list of rows.
            <code lang="C#">
            // Expands all the rows. Here "Total", "StateId", "Amount" are all mapping names.
            <![CDATA[List<string> myExpandingRows = new List<string>();]]>
            myExpandingRows.Add("Total");
            myExpandingRows.Add("StateId");
            myExpandingRows.Add("Amount");
            this.pivotGridControl1.TableControl.ExpandRow(myExpandingRows);
            </code>
            <code lang="VB">
            ' Expands all the rows. Here "Total", "StateId", "Amount" are all mapping names.
            Dim myExpandingRows As New List(Of String)()
            myExpandingRows.Add("Total")
            myExpandingRows.Add("StateId")
            myExpandingRows.Add("Amount")
            Me.pivotGridControl1.TableControl.ExpandRow(myExpandingRows)
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CollapseRow(System.String)">
            <summary>
            Collapses the row for the specified unique text.
            </summary>
            <param name="uniqueText">An unique way of representation for the header cell which has a parent cell <see cref="P:Syncfusion.PivotAnalysis.Base.PivotCellInfo.UniqueText"/>.</param>
            <example>This example shows how to collapse the specific row.
            <code lang="C#">
            // Collapse the specified row. Here "Amount" is a mapping name.
            this.pivotGridControl1.TableControl.CollapseRow("Amount");
            </code>
            <code lang="VB">
            ' Collapse the specified row. Here "Amount" is a mapping name.
            Me.pivotGridControl1.TableControl.CollapseRow("Amount")
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CollapseRow(System.Collections.Generic.List{System.String})">
            <summary>
            Collapse the rows for the specified unique text.
            </summary>
            <param name="list">Array of Unique text of the Expander headers.</param>
            <example>This example shows how to collapse a list of rows.
            <code lang="C#">
            // Collapses a list of rows.  Here "Total", "StateId", "Amount" are all mapping names.
            <![CDATA[List<string> rowColapsed = new List<string>();]]>
            rowColapsed.Add("Total");
            rowColapsed.Add("StateId");
            rowColapsed.Add("Amount");
            this.pivotGridControl1.TableControl.CollapseRow(rowColapsed);
            </code>
            <code lang="VB">
            ' Collapses a list of rows.  Here "Total", "StateId", "Amount" are all mapping names.
            Dim rowColapsed As New List(Of String)()
            rowColapsed.Add("Total")
            rowColapsed.Add("StateId")
            rowColapsed.Add("Amount")
            Me.pivotGridControl1.TableControl.CollapseRow(rowColapsed)
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ExpandColumn(System.String)">
            <summary>
            Expands the column for the specified unique text.
            </summary>
            <param name="uniqueText">An unique way of representation for the header cell which has a parent cell <see cref="P:Syncfusion.PivotAnalysis.Base.PivotCellInfo.UniqueText"/>.</param>
            <example>This example shows how to expand a specific column with the given column mapping-name.
            <code lang="C#">
            // Expand the specific column with the given column mapping name.
            this.pivotGridControl1.TableControl.ExpandColumn("Amount");
            </code>
            <code lang="VB">
            ' Expand the specific column with the given column mapping name.
            Me.pivotGridControl1.TableControl.ExpandColumn("Amount")
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ExpandColumn(System.Collections.Generic.List{System.String})">
            <summary>
            Expand the Columns for provided array of unique text.
            </summary>
            <param name="list">Array of Unique text of the Expander headers.</param>
            <example>This example shows how to expand the list of columns.
            <code lang="C#">
            // Expands all the columns. Here "Total", "StateId", "Amount" are all mapping names.
            <![CDATA[List<string> myExpandingColumns = new List<string>();]]>
            myExpandingColumns.Add("Total");
            myExpandingColumns.Add("StateId");
            myExpandingColumns.Add("Amount");
            this.pivotGridControl1.TableControl.ExpandColumn(myExpandingColumns);
            </code>
            <code lang="VB">
            ' Expands all the columns. Here "Total", "StateId", "Amount" are all mapping names.
            Dim myExpandingColumns As New List(Of String)()
            myExpandingColumns.Add("Total")
            myExpandingColumns.Add("StateId")
            myExpandingColumns.Add("Amount")
            Me.pivotGridControl1.TableControl.ExpandColumn(myExpandingColumns)
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CollapseColumn(System.String)">
            <summary>
            Collapses the column for the specified unique text.
            </summary>
            <param name="uniqueText">An unique way of representation for the header cell which has a parent cell <see cref="P:Syncfusion.PivotAnalysis.Base.PivotCellInfo.UniqueText"/>.</param>
            <example>This example shows how to collapse a column with a specified column header-mapping name.
            <code lang="C#">
            // Collapse the specified column. Here "Total" is column mapping name.
            this.pivotGridControl1.TableControl.CollapseColumn("Total");
            </code>
            <code lang="VB">
            ' Collapse the specified column. Here "Total" is column mapping name.
            Me.pivotGridControl1.TableControl.CollapseColumn("Total")
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CollapseColumn(System.Collections.Generic.List{System.String})">
            <summary>
            Collapse the Columns for the specified unique text.
            </summary>
            <param name="list">Array of Unique text of the Expander headers.</param>
            <example>This example shows how to collapse a list of columns.
            <code lang="C#">
            // Collapses a list of columns. Here "Total", "StateId", "Amount" are all mapping names.
            <![CDATA[List<string> collumnColapsed = new List<string>();]]>
            // Columns to be collapsed.
            collumnColapsed.Add("Total");
            collumnColapsed.Add("StateId");
            collumnColapsed.Add("Amount");
            this.pivotGridControl1.TableControl.CollapseColumn(collumnColapsed);
            </code>
            <code lang="VB">
            ' Collapses a list of columns. Here "Total", "StateId", "Amount" are all mapping names.
            Dim collumnColapsed As New List(Of String)()
            ' Columns to be collapsed.
            collumnColapsed.Add("Total")
            collumnColapsed.Add("StateId")
            collumnColapsed.Add("Amount")
            Me.pivotGridControl1.TableControl.CollapseColumn(collumnColapsed)
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.InvalidateCells">
            <summary>
            Invalidates the cells.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.InvalidateCells(Syncfusion.Windows.Forms.Grid.GridRangeInfo)">
            <summary>
            Invalidates a range of cells.
            </summary>
            <param name="range">range to be invalidated</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RemoveCollapsedNodes">
            <summary>
            Removes every nodes that are in collapsed state.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ApplyRowCols">
            <summary>
            Performs the Row columns operations.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.UpdateMergeCells">
            <summary>
            Updates the merged cells that needs to be modified in PivotGridControl while populating the Grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.BackgroundApplyRowCols">
            <summary>
            This method is used for Asynchronous data processing using Background Worker.
            This has been implemented for .Net Framework version below 4.0.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.EnableBusyAnimationIcon">
            <summary>
            Disables the Busy Animation Icon.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.DisableBusyAnimationIcon">
            <summary>
            Disables the Busy Animation Icon.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GrandTotalsRendering">
            <summary>
            Performs the grand total operations.
            </summary>
            <exception cref="T:System.NullReferenceException">If PivotEngine is Null</exception>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SubTotalsRendering">
            <summary>
            Performs the Sub-total operations.
            </summary>
            <exception cref="T:System.InvalidOperationException">If PivotEngine is Null.</exception>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.QueryItemAvailability(Syncfusion.PivotAnalysis.Base.PivotItem)">
            <summary>
            Adds the pivot item as collection to internal check with PivotschemaDesigner.
            </summary>
            <param name="item">The PivotItem to be added in the collection</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.populateCollection">
            <summary>
            Used for populating completeTablelist dictionary with fieldHeader/ fieldMapping Name as key.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SynchronizePivotItems(System.Collections.Specialized.NotifyCollectionChangedEventArgs,System.Boolean)">
            <summary>
            Used to synchronize the items
            </summary>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
            <param name="isRow">Represents the boolean value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SynchronizeCalculations(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Used to perform the calculations for synchronize items.
            </summary>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SynchronizeFilters(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Used to filter the synchronize items.
            </summary>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseSelectionEvent(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs)">
            <summary>
            Raises the Grid Selection event.
            </summary>
            <param name="SelectionChangingEventArgs">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseOnExpanding(Syncfusion.Windows.Forms.PivotAnalysis.ExpandingEventArgs,Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Raises the OnExpanding event.
            </summary>
            <param name="expandingEventArgs">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ExpandingEventArgs"/> instance containing the event data.</param>
            <param name="OriginalCell">Information about specific cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseOnExpanded(Syncfusion.Windows.Forms.PivotAnalysis.ExpandedEventArgs)">
            <summary>
            Raises the on OnExpanded Event.
            </summary>
            <param name="expandedEventArgs">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ExpandedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseOnCollapsing(Syncfusion.Windows.Forms.PivotAnalysis.CollapsingEventArgs,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Raises the OnCollapsing Event.
            </summary>
            <param name="collapsingEventArgs">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsingEventArgs"/> instance containing the event data.</param>
            <param name="styleInfo">Stores the information about cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseOnCollapsed(Syncfusion.Windows.Forms.PivotAnalysis.CollapsedEventArgs)">
            <summary>
            Raises the OnCollapsed Event.
            </summary>
            <param name="collapsedEventArgs">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseHyperlinkCellClick(Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClickEventArgs)">
            <summary>
            Raises the hyper-link cell click.
            </summary>
            <param name="hyperlinkCellClickEventArgs">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClickEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CellStyle_PropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
            <summary>
            Handles the PropertyChanged event of the CellStyle control.
            </summary>
            <param name="sender">The source of the event.</param>
            <param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseDataRefreshing(Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshingEventArgs)">
            <summary>
            Raises the Data refreshing event.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshingEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RaiseDataRefreshed(Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshedEventArgs)">
            <summary>
            Triggered when the data gets refreshed.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshingEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ProcessBitmap(System.Drawing.Bitmap)">
            <summary>
            Used Internally to process BorderColor of bitmap.
            </summary>
            <param name="bm">The bitmap to be processed.</param>
            <returns>A bitmap.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.HiddenRowGroups">
            <summary>
            Gets or sets the hidden row groups.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.HiddenColumnGroups">
            <summary>
            Gets or sets the hidden column groups.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.HiddenSubTotalsRowGroups">
            <summary>
            Gets or sets the hidden sub-total row groups.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.HiddenSubTotalsColumnGroups">
            <summary>
            Gets or sets the hidden sub-total column groups.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.HiddenRowGroupStore">
            <summary>
            Gets or sets the hidden row group store.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.HiddenColumnGroupStore">
            <summary>
            Gets or sets the hidden column group store.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RefreshFromGroupingBar">
            <summary>
            Gets or sets a value indicating whether to refresh the pivot grid from grouping bar or not.
            </summary>
            <value>If<b>True</b>refreshes from grouping bar;Otherwise<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.UpdateGridLayout">
            <summary>
            Gets or sets a value indicating whether to update the grid layout or not.
            </summary>
            <value>If<b>True</b>updates the Grid layout;Otherwise<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.IgnoreRefresh">
            <summary>
            Gets or sets a value indicating whether to ignore refreshing or not.
            </summary>
            <value>If<b>True</b>ignores the refresh;Otherwise;<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GridOuterBorder">
            <summary>
            Gets or sets the Grid outer border.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ItemSource">
            <summary>
            Gets or sets source of data for this pivot table. This object should be either 
            an IEnumerable list, or a DataTable.
            </summary>
            <example>This example shows how to use the ItemSource property.
            <code lang="C#">
            // Adding ItemSource to the pivot grid. Here "ProdutSales" is the datasource assigned to the grid.
            this.pivotGridControl1.ItemSource = ProductSales.GetSalesData();
            </code>
            <code lang="VB">
            ' Adding ItemSource to the pivot grid. Here "ProdutSales" is the datasource assigned to the grid.
            Me.pivotGridControl1.ItemSource = ProductSales.GetSalesData()
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GridVisualStylesDrawing">
            <summary>
            Gets or sets the VisualStylesDrawing object.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GridVisualStyles">
            <summary>
            Gets or sets the VisualStyles (skins) like Office2010, Office2007, Office2003.
            </summary>
            <example>This example shows how to use the GridVisualStyles property.
            <code lang="C#">
            // Sets the Visual style for the pivot grid. Here "Metro" theme is set.
            this.pivotGridControl1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro;
            </code>
            <code lang="VB">
            ' Sets the Visual style for the pivot grid. Here "Metro" theme is set.
            Me.pivotGridControl1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.Metro
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ConditionalFormats">
            <summary>
            Gets or sets the collection of ConditionalFormats.
            </summary>
            <example>This example shows how to use the ConditionalFormats property.
            <code lang="C#">
            void TableControl_CellClick(object sender, Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs e)
            { 
               // Initializing a conditional formatting item.
               PivotGridConditionalFormat item = new PivotGridConditionalFormat();
               item.Name = "myCondition";
               ConditionalFormat form = new ConditionalFormat();
               form.StartValue = 5;
               form.EndValue = 10;
               // Sample condition.
               <![CDATA[if (form.StartValue<e.ColIndex)]]>
                   this.pivotGridControl1.TableModel[e.RowIndex, e.ColIndex].BackColor = Color.Red;
               // Assigning the condition format to the pivot grid.
               this.pivotGridControl1.TableControl.ConditionalFormats.Add(item);
            }
            </code>
            <code lang="VB">
            Private Sub TableControl_CellClick(ByVal sender As Object, ByVal e As Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)
               ' Initializing a conditional formatting item.
               Dim item As New PivotGridConditionalFormat()
               item.Name = "myCondition"
               Dim form As New ConditionalFormat()
               form.StartValue = 5
               form.EndValue = 10
               ' Sample condition.
               <![CDATA[If form.StartValue<e.ColIndex Then]]>
                  Me.pivotGridControl1.TableModel(e.RowIndex, e.ColIndex).BackColor = Color.Red
               End If
               ' Assigning the condition format to the pivot grid.
               Me.pivotGridControl1.TableControl.ConditionalFormats.Add(item)
            End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.NewRuleConditionalFormat">
            <summary>
            Gets or sets the collection of NewRuleConditionalFormat.
            </summary>
            <example>This example shows how to use the NewRuleConditionalFormat property.
            <code lang="C#">
            void TableControl_CellClick(object sender, Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs e)
            {
               // Initializing a new rule.
               NewRuleConditionalFormat newRule1 = new NewRuleConditionalFormat();
               // Setting the condition types and predicate types.
               ConditionalFormat form = new ConditionalFormat();
               form.ConditionType = PivotGridDataConditionType.Equals;
               form.PredicateType = PredicateType.Or;
               form.StartValue = 5;
               form.EndValue = 555;
               newRule1.Conditions.Add(form);
               // Formatting is done if the condition gets satisfied.
               PivotGridNewRuleConditionalFormat newRuleFormat1 = new PivotGridNewRuleConditionalFormat();
               newRuleFormat1.NewRuleCollections.Add(newRule1);
               // Sample condition.
               <![CDATA[if (form.StartValue < e.RowIndex)]]>
               {
                   this.pivotGridControl1.TableModel[e.RowIndex, e.ColIndex].TextColor = Color.Red;
               }
               // The new rule gets associated with the pivot grid.
               this.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1);
            }
            </code>
            <code lang="VB">
            Private Sub TableControl_CellClick(ByVal sender As Object, ByVal e As Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)
               ' Initializing a new rule.
               Dim newRule1 As New NewRuleConditionalFormat()
               ' Setting the condition types and predicate types.
               Dim form As New ConditionalFormat()
               form.ConditionType = PivotGridDataConditionType.Equals
               form.PredicateType = PredicateType.Or
               form.StartValue = 5
               form.EndValue = 555
               newRule1.Conditions.Add(form)
               ' Formatting is done if the condition gets satisfied.
               Dim newRuleFormat1 As New PivotGridNewRuleConditionalFormat()
               newRuleFormat1.NewRuleCollections.Add(newRule1)
               ' Sample condition.
               <![CDATA[If form.StartValue<e.RowIndex Then]]>
                  Me.pivotGridControl1.TableModel(e.RowIndex, e.ColIndex).TextColor = Color.Red
               End If
               ' The new rule gets associated with the pivot grid.
               Me.pivotGridControl1.TableControl.NewRuleConditionalFormat.Add(newRuleFormat1)
               End Sub
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotRows">
            <summary>
            Gets the collection of PivotItems of PivotRows.
            </summary>
            <example>This example shows how to use the PivotRows property.
            <code lang="C#">
            // Adding PivotRows to the pivot grid. Here "Product" is the field's mapping name and "Total" is the header.
            this.pivotGridControl1.PivotRows.Add(new PivotItem { FieldMappingName = "Product", TotalHeader = "Total" });
            </code>
            <code lang="VB">
            ' Adding PivotRows to the pivot grid. Here "Product" is the field's mapping name and "Total" is the header.
            Me.pivotGridControl1.PivotRows.Add(New PivotItem With {.FieldMappingName = "Product", .TotalHeader = "Total"})
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotColumns">
            <summary>
            Gets the collection of PivotItems of PivotColumns.
            </summary>
            <example>This example shows how to use the PivotColumns property. Here "Country" is the field's mapping name and "Total" is the header.
            <code lang="C#">
            // Adding PivotColumns to the pivot grid.
            this.pivotGridControl1.PivotColumns.Add(new PivotItem { FieldMappingName = "Country", TotalHeader = "Total" });
            </code>
            <code lang="VB">
            ' Adding PivotColumns to the pivot grid. Here "Country" is the field's mapping name and "Total" is the header.
            Me.pivotGridControl1.PivotColumns.Add(New PivotItem With {.FieldMappingName = "Country", .TotalHeader = "Total"})
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Filters">
            <summary>
            Gets the collection of FilterExpression.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotCalculations">
            <summary>
            Gets the collection of PivotCalculations.
            </summary>
            <example>This example shows how to use the PivotCalculations property.
            <code lang="C#">
            // Adding PivotCalculations to the pivot grid.
            this.pivotGridControl1.PivotCalculations.Add(new PivotComputationInfo { FieldName = "Amount", Format = "#,##0", SummaryType = SummaryType.DoubleTotalSum});
            </code>
            <code lang="VB">
            ' Adding PivotCalculations to the pivot grid.
            Me.pivotGridControl1.PivotCalculations.Add(New PivotComputationInfo With {.FieldName = "Amount", .Format = "#,##0", .SummaryType = SummaryType.DoubleTotalSum})
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotFields">
            <summary>
            Gets the collection of PivotItems of Pivot FieldList.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.IsDynamicData">
            <summary>
            Gets or sets a value indicating whether the supplied Item Source is dynamic data or not.
            </summary>
            <value>If<b>True</b>Sets as Dynamic data;Otherwise<b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ShowSubTotals">
            <summary>
            Gets or sets the value of sub totals.
            </summary>
            <value>If<b>True</b>Shows the Sub-totals;Otherwise<b>False</b>. The default value is<b>True</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.AllowFiltering">
            <summary>
            Gets or sets a value indicating to enable or disable the filter.
            </summary>
            <value>If<b>True</b>Allows the filtering;Otherwise<b>False</b>. The default value is<b>True</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.AllowSorting">
            <summary>
            Gets or sets a value indicating whether to enable or disable the sorting.
            </summary>
            <value>If<b>True</b>Allows sorting;Otherwise<b>False</b>. The default value is<b>True</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RowPivotsOnly">
            <summary>
            Gets or sets a value specifying whether the PivotGridControl is used to analyze data only with rows, or with both rows and columns.
            </summary>
            <value>If<b>True</b>Sets only the rows;Otherwise<b>False</b>and sets both rows and columns.The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ShowGroupBar">
            <summary>
            Gets or sets a value indicating whether to enable or disable the group bar.
            </summary>
            <value>If<b>True</b>Shows the group bar;Otherwise<b>False</b>. The default value is<b>false</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ShowCalculationsAsColumns">
            <summary>
            Gets or sets a value indicating whether the calculations should appear as columns or not in the PivotGrid.
            </summary>
            <value>If<b>True</b>Shows the calculations as columns;Otherwise<b>False</b>. The default value is<b>True</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.EnableValueEditing">
            <summary>
            Gets or sets a value indicating whether to enable or disable editing the cells.
            </summary>
            <value>If<b>True</b>Enables the editing;Otherwise<b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.EditManager">
            <summary>
            Gets or sets the PivotEditingManager reference to PivotGridControl.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.EnableUpdating">
            <summary>
            Gets or sets a value indicating whether to enable or disable updating the cells.
            </summary>
            <value>If<b>True</b>Enables updating;Otherwise<b>False</b>. The default value is <b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.UpdateManager">
            <summary>
            Gets or sets the PivotUpdatingManager reference to PivotGridControl.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotEngine">
            <summary>
            Gets or sets the PivotEngine.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.AllowedFields">
            <summary>
            Gets a collection of Syncfusion.PivotAnalysis.Base.FieldInfo objects that
            hold field names that you want to be visible in the engine. The names can
            be either public property names of the underlying data objects, or they can
            be expression field.
            </summary>
            <remarks>
            If your data contains fields that you do not want exposed to the pivoting
            process, then add the names of the properties you want to include to this
            list. All other fields will be excluded. If you leave this collection empty,
            the default behavior will be to make all public properties available for
            use in the pivot table.  To add an expression field, set the FieldInfo.FieldType
            to FieldsType.Expression and set FieldInfo.Expression to be a string holding
            a well formed expression defining the value that should appear in this field.
            </remarks>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.IsExternalEngine">
            <summary>
            Gets or sets whether the engine of this control is internally created or supplied from external source.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.FreezeHeaders">
            <summary>
            Gets or sets whether the column, row headers should freeze or not.
            </summary>
            <value>If<b>True</b>Freezes the headers;Otherwise<b>False</b>. The default value is <b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.DeferLayoutUpdate">
            <summary>
            Gets or sets a value indicating whether the layout should be updated immediately after the PivotGrid info updated or it should wait for a Refresh() call.
            </summary>
            <value>If<b>True</b>The layout should wait for the Refresh() call;Otherwise <b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.EnableAsyncLoading">
            <summary>
            Gets or sets whether the PivotGrid needs to be updated asynchronously on the background while PivotGrid operations are done.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.BusyAnimationIcon">
            <summary>
            Gets or sets the icon that needs to be displayed while Asynchronous loading takes place.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.InAsyncMode">
            <summary>
            Denotes whether PivotGridControl is in Async mode.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ShowGrandTotals">
             <summary>
             Gets or sets a value indicating whether the grand total calculations should be computed by the engine or not.
             </summary>
            <value>If<b>True</b>The calculations are computed by the engine;Otherwise<b>False</b>. The default value is<b>True</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.StatePersistenceEnabled">
            <summary>
            Gets or sets the value indicating whether the state persistence is enabled or not.
            </summary>
            <value>If<b>True</b>sets the State persistence;Otherwise<b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.AllowSelection">
            <summary>
            Gets or sets a value indicating whether to Allow Selection of Cells as in Excel or not.
            </summary>
            <value>If<b>True</b> Allows the selection;Otherwise<b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ItemSourceChanged">
            <summary>
            Used to handle the ItemSourceChanged event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.SelectionChanged">
            <summary>
            Used to handle the SelectionChanged event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Expanding">
            <summary>
            Used to handle the Expanding event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Expanded">
            <summary>
            Used to handle the Expanded event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Collapsing">
            <summary>
            Used to handle the Collapsing event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Collapsed">
            <summary>
            Used to handle the Collapsed event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.HyperlinkCellClick">
            <summary>
            Used to handle the HyperlinkCellClick event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.DataRefreshing">
            <summary>
            Used to handle the DataRefreshing event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.DataRefreshed">
            <summary>
            Used to handle the DataRefreshed event
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.ShowDisabledGroupBackgroundPropertyChanged">
            <summary>
            Used to handle the event that has no event data.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.MetroStyle">
            <summary>
            Gets or sets the value of metro style.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.CustomizeSystemTheme">
            <summary>
            Gets or sets the value indicating whether to customize the System theme or not.
            </summary>
            <value>If<b>True</b>Customizes the system theme;Otherwise<b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.Pivot">
            <summary>
            Gets or sets the PivotGridControl.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.AllowRowPivotFiltering">
            <summary>
            Gets or sets the Filtering Option for RowPivotOnly mode.
            </summary>
            <value><b>True</b>If Filtering is enabled;Otherwise<b>False</b>. The default value is <b>True</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GroupDropArea">
            <summary>
            Gets or sets the value of GroupBar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.RowGroupDropArea">
            <summary>
            Gets or sets the value of Row GroupBar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.FilterArea">
            <summary>
            Gets or sets the FilterBar for FilterArea.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GridColumnList">
            <summary>
            Gets or sets the value of grid column list.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GridRowList">
            <summary>
            Gets or sets the value of grid row list.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GridFilterList">
            <summary>
            Gets or sets the value of filter list.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.GridValueList">
            <summary>
            Gets or sets the value of GridValueList.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase.PivotTableFieldList">
            <summary>
            Gets or sets the value of field list in the pivot table.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown">
            <summary>
            Represents a control that filters the data.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.setItems">
            <summary>
            Sets the items that are displayed in the Filter drop down.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.WireButton(Syncfusion.Windows.Forms.ButtonAdv)">
            <summary>
            Sets Metro button.
            </summary>
            <param name="button">Button control.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.FilterDropDown_CheckStateChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the check state of the items modified in the Filter drop down.
            </summary>
            <param name="sender">The control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.SelectedAtLeastOne">
            <summary>
            Determines whether at-least one of the item gets selected.
            </summary>
            <returns><b>True</b>If at-least one item gets selected;Otherwise<b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown"/> class specified with the PivotGridControl.
            </summary>
            <param name="GridControl">Interface with visual representation.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.btnOk_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the OK-button of the filter drop down is clicked.
            </summary>
            <param name="sender">The control.</param>
            <param name="e">The<see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.CloseFilterPopUp">
            <summary>
            Method to close the filter dropdown.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.SelectedNodes_CollectionChanged(System.Object,System.ComponentModel.CollectionChangeEventArgs)">
            <summary>
            Triggered when the selected nodes collection is changed.
            </summary>
            <param name="sender">The control.</param>
            <param name="e">The <see cref="T:System.ComponentModel.CollectionChangeEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.BtnCancel_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the CANCEl- button of the filter drop down is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">A <see cref="T:System.EventArgs"/> contains the event data.</param>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.PivotControl">
            <summary>
            Gets or sets the grid control.
            </summary>
            <value>The grid control.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterDropDown.FilterList">
            <summary>
            Gets or sets the collection of filter list.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper">
            <summary>
            Defines an extension class that helps for filtering the PivotGridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper"/> class with the specified PivotGrid.
            </summary>
            <param name="grid">The PivotGridControl.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper.GetFilterItem(System.ComponentModel.PropertyDescriptor)">
            <summary>
            A helper function which is used to return only the filtered items of the field.
            </summary>
            <returns>The filtered items.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper.RequireFilterItem(System.ComponentModel.PropertyDescriptor)">
            <summary>
            A helper function which is used to return all the items bounded with the item source.
            </summary>
            <returns>The items in the FilterCollection.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper.GetPropertyDescriptor(System.String)">
            <summary>
            Gets the property descriptor of the field.
            </summary>
            <param name="fieldName">Name of the field to perform calculations.</param>
            <returns>The name of the field to be used in calculations.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterHelper.GetComplexPropertyDescriptor(System.ComponentModel.PropertyDescriptorCollection,System.String)">
            <summary>
            Get the PropertyDescriptor for complex property
            </summary>
            <param name="pdc">Which can describes PropertyDescriptorCollection.</param>
            <param name="columnName">Column name.</param>
            <returns></returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConstants">
            <summary>
            Defines a class that provides the constants for PivotGridControl.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConstants.AllString">
            <summary>
            Used to store the string as constant.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridConstants.TotalString">
            <summary>
            Used to store the string as constant.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.Common">
            <summary>
            Creates a class for common.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.GridAutoSizeOption">
            <summary>
            Defines the constants that specifies the auto size option for the pivot grid.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.GridAutoSizeOption.All">
            <summary>
            All rows will be resized.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.GridAutoSizeOption.None">
            <summary>
            None of the rows will be resized.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.GridAutoSizeOption.FixedCount">
            <summary>
            The value specified in AutoSizeRowCount will be resized.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.GridAutoSizeOption.TotalRows">
            <summary>
            The Grand Total rows will be used to determine column size.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ReverseCustomComparer">
            <summary>
            Creates a class for custom comparer.
            </summary>
            <remarks>Inherits the IComparer class to compare two objects.</remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ReverseCustomComparer.#ctor(System.Collections.IComparer)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ReverseCustomComparer"/> class with an instance of the <see cref="T:System.Collections.IComparer"/> interface.
            </summary>
            <param name="comparer">An instance of the <see cref="T:System.Collections.IComparer"/> interface.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ReverseCustomComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares the given two objects.
            </summary>
            <param name="x">The values of object1.</param>
            <param name="y">The values of object2.</param>
            <returns>A signed integer value that indicates the relative values of the given objects.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ReverseOrderComparer">
            <summary>
            Represents a class that performs the Reverse Order Comparing operations.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ReverseOrderComparer.Compare(System.Object,System.Object)">
            <summary>
            Compares the given two objects.
            </summary>
            <param name="x">The value of x.</param>
            <param name="y">The value of y.</param>
            <returns>
            A signed integer value that indicates the relative values of the given objects.
            </returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar">
            <summary>
            Represents a control for Filter-bar in<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>control.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.Invalidate">
            <summary>
            Triggered when the GetWindow() method is called.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Initializes a new instances of <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar"/> class with the specified instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/> class.
            </summary>
            <param name="tableControl">PivotGrid control.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.WireGrid">
            <summary>
            Wires FilterBar to the Grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.FilterBar_QueryCellInfo(System.Object,Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs)">
            <summary>
            Gets the info regarding the FilterBar cell.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.FilterBar_CellButtonClicked(System.Object,Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs)">
            <summary>
            Triggered when the FilterBar button is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.CreateHeaderBitmap(Syncfusion.Windows.Forms.Grid.GridControlBase,System.Int32,System.Int32)">
            <summary>
            Creates a header bitmap which used in drag-window. 
            </summary>
            <param name="grid">Group bar.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.OpenDragHeader">
            <summary>
            Opens the created drag window and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.UpdateDragHeader">
            <summary>
            Updates the DragWindow to the current mouse position.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.CloseDragHeader">
            <summary>
            Closes the drag window which usually done in mouse up.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.GetDragWindowLocation(System.Drawing.Point)">
            <summary>
            Gets the location of the drag window.
            </summary>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.CreateRedArrowIndicatorBitmap">
            <summary>
            Creates the arrow indicator which used for indicating the dropping location.
            </summary>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.DrawRedArrowIndicator(System.Drawing.Graphics)">
            <summary>
            Draws the arrow indicators , invoked at CreateRedArrowIndicator() method.
            </summary>
            <param name="g">The Graphics object.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.OpenRedArrowIndicator">
            <summary>
            Opens the created arrow bitmap and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.UpdateRedArrowIndicatorBitmap(System.Drawing.Point)">
            <summary>
            Updates the arrow bitmap to the current location of drag window.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.CloseRedArrowIndicator">
            <summary>
            Closes the indicator which is usually done at mouse up.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.OnQueryCellInfo(Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs)">
            <summary>
            Triggered when the query-cell info event is called.
            </summary>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse down event is done.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse move is rendered.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the mouse up is called.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.ResetCoveredCells">
            <summary>
            Performs the reset operations on covered range cells.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.Filters_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the Filter's collection gets changed. 
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.ApplySize">
            <summary>
            Helper function which is used to apply the size of the cells in the FilterBar. An alternate solution to avoid events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.ApplyItems">
            <summary>
            Helper function which is used to apply the value to the cells in the FilterBar. An alternate solution to avoid events. 
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterBar.GridControl">
            <summary>
            Gets the value of the control.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar">
            <summary>
            Represents a class that implements the Group bar control in PivotGrid control.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.#ctor">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.WireGrid">
            <summary>
            Wires GroupBar to the Grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.WndProc(System.Windows.Forms.Message@)">
            <internalonly/>
            <summary>An application-defined function that processes messages sent to a window.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.Invalidate">
            <summary>
            Overrides and triggered when the GetWindow() method is called.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar"/> class with the specified PivotGridControl.
            </summary>
            <param name="tableControl">Control table formats.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.GroupBar_CellButtonClicked(System.Object,Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs)">
            <summary>
            Triggered when the group bar's cell button is clicked.
            </summary>
            <param name="sender">The control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.popupControlContainer1_CloseUp(System.Object,Syncfusion.Windows.Forms.PopupClosedEventArgs)">
            <summary>
            Triggered when the pop-up container is closed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PopupClosedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.GroupBar_CellClick(System.Object,Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)">
            <summary>
            Triggered when sorting is to be performed on the group-bar cell is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Performs the sorting operations.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="index">Sorted index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse down event is done.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse move event in the grid is performed.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse up event is performed in the grid.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OnQueryRowHeight(Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs)">
            <summary>
            Overrides and triggered when the row height is changed.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OnDrawCellDisplayText(Syncfusion.Windows.Forms.Grid.GridDrawCellDisplayTextEventArgs)">
            <summary>
            Overrides and triggered when the cell is drawn to display the text.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDrawCellDisplayTextEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OnQueryCellInfo(Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs)">
            <summary>
            Overrides and triggered when the changes occurred in formating.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.CreateHeaderBitmap(Syncfusion.Windows.Forms.Grid.GridControlBase,System.Int32,System.Int32)">
            <summary>
            Creates a header bitmap which used in drag-window. 
            </summary>
            <param name="grid">Group-bar.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OpenDragHeader">
            <summary>
            Opens the created drag window and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.UpdateDragHeader">
            <summary>
            Updates the DragWindow to the current mouse position.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.GetDragWindowLocation(System.Drawing.Point)">
            <summary>
            Gets the location of the drag window.
            </summary>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.CloseDragHeader">
            <summary>
            Closes the drag window which usually done in mouse u.p
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.ColIndexToField(System.Int32)">
            <summary>
            Converts the corresponding field index of the column index.
            </summary>
            <param name="colIndex">Column index.</param>
            <returns>Field index.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.CreateRedArrowIndicatorBitmap">
            <summary>
            Creates the arrow indicator which is used for indicating the dropping location.
            </summary>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.OpenRedArrowIndicator">
            <summary>
            Opens the created arrow bitmap and initiates the painting in drag operations.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.UpdateRedArrowIndicatorBitmap(System.Drawing.Point)">
            <summary>
            Updates the arrow bitmap to the current location of drag window.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.DrawRedArrowIndicator(System.Drawing.Graphics)">
            <summary>
            Draws the arrow indicators , invoked at CreateRedArrowIndicator() method.
            </summary>
            <param name="g">Graphics object.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.CloseRedArrowIndicator">
            <summary>
            Closes the indicator which is usually done at mouse up.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.PivotCalculations_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the pivot calculations are changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.ApplySize">
            <summary>
            Helper function which is used to apply the size of the cells in the GroupBar. An alternate solution to avoid events. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.ApplyItems">
            <summary>
            Helper function which is used to apply the value to the cells in the GroupBar. An alternate solution to avoid events.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.GridControl">
            <summary>
            Gets the value of parent control.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.PivotFilterElementComparer">
            <summary>
            Defines a class that compares the given two objects.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.PivotFilterElementComparer.#ctor(System.Collections.IComparer)">
            <summary>
            Initializes an instance of <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.PivotFilterElementComparer"/> class with the specified comparer objects.
            </summary>
            <param name="comparer">IComparer class object.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupBar.PivotFilterElementComparer.Compare(Syncfusion.PivotAnalysis.Base.FilterItemElement,Syncfusion.PivotAnalysis.Base.FilterItemElement)">
             <summary>
             Compares the given two given objects.
             </summary>
             <param name="x">Object1.</param>
             <param name="y">Object2.</param>
             <returns>
             A signed integer that indicates the relative values of x and y.
            </returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper">
            <internalonly/>
            <summary>
            Represents a class that is used for group-drag. Used internally.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.#ctor">
            <summary>
            Initializes a new instance of<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper"/> class. Used internally.</summary>
            <internalonly/>        
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.StartDrag(System.Drawing.Bitmap,System.Drawing.Point,System.Windows.Forms.DragDropEffects)">
            <internalonly/>
            <summary>
            Performs the drag operation. Used internally.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.CheckDragCursor(System.Windows.Forms.DragDropEffects)">
            <internalonly/>
            <summary>
            Checks the drag cursor's effects. Used internally.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.StopDrag">
            <internalonly/>
            <summary>
            Halts the drag operations. Used internally.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.DoDrag(System.Drawing.Point,System.Windows.Forms.DragDropEffects)">
            <internalonly/>
            <summary>Drags the group to the specified point.</summary>
            <param name="p">The specified point.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.DragDropEffects"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.CancelDrag">
            <internalonly/>
            <summary>Cancels the dragging operations.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.EndDrag">
            <internalonly/>
            <summary>Stops the dragging operations.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.Dispose">
            <summary>
            Disposes the current object.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.DragWindow">
            <internalonly/>
            <summary>
            Gets the value of the drag window. Used internally.</summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.LastDragDropEffect">
            <internalonly/>
            <summary>
            Gets the value of last drag-drop effect. Used internally.</summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GroupDragHelper.IsDragging">
            <internalonly/>
            <summary>
            Gets the value of dragging. Used internally.
            </summary>
            <value><b>True</b>Dragging is done;Otherwise<b>False</b>.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow">
            <internalonly/>
            <summary>
            Represents a class for PivotGrid group-drag window. Used internally.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow.#ctor">
            <internalonly/>
            <summary>
            Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow"/> class. Used internally.</summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow._Move(System.Drawing.Point)">
            <summary>
            Sets the size of the group drag window.
            </summary>
            <param name="p">Point.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow.StartDrag(System.Drawing.Point)">
            <summary>
            Determines whether to start drag operation or not. Used internally.
            </summary>
            <param name="p">Point.</param>
            <returns>If<b>True</b>allows to start drag operation;Otherwise<b>False</b>.</returns>
            <internalonly/>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow.MoveTo(System.Drawing.Point)">
            <summary>
            Determines whether to move the drag window or not. Used internally.
            </summary>
            <param name="p">Point.</param>
            <returns>If<b>True</b>allows the drag-window to move;Otherwise <b>False</b>.</returns>
            <internalonly/>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow.StopDrag">
            <summary>
            Determines whether to stop the drag operation or not. Used internally.
            </summary>
            <returns>If<b>True</b>Stops the drag operation;Otherwise<b>False</b>.</returns>
            <internalonly/>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow.Dispose(System.Boolean)">
            <summary>
            Overrides and manages the unwanted resources.
            </summary>
            <param name="disposing">Represents the boolean value.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridGroupDragWindow.DragBitmap">
            <internalonly/>
            <summary>Draws the bitmap image. Used internally.</summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager">
            <summary>
            Represents a the class for PivotEditingManager.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Initializes a new instance of<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager"/> class that is specified with the PivotGridControl.
            </summary>
            <param name="tableControl">PivotGridControlBase</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.WireEvents">
            <summary>
            Wires the required events in to the TableControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.UnWireEvents">
            <summary>
            Unwire the events from the tableControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.TableControl_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
            <summary>
            Triggered when the Key down is pressed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:System.Windows.Forms.KeyEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.TableControl_LostFocus(System.Object,System.EventArgs)">
            <summary>
            Triggered when the control lost the Focus.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.Model_SaveCellInfo(System.Object,Syncfusion.Windows.Forms.Grid.GridSaveCellInfoEventArgs)">
            <summary>
            Triggered when the cell needs to save the info.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridSaveCellInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.Redo">
            <summary>
            Redo the last handled operation. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.Undo">
            <summary>
            Undo the last handled operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.tableControl_CurrentCellAcceptedChanges(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Occurs after the cell completes the editing
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.Dispose">
            <summary>
            Disposes the EditingManager.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.GetRowColumnPivotValuesAt(System.Int32,System.Int32,System.String@)">
            <summary>
            Gets a list of the row and column pivot values at a given row and column.
            </summary>
            <param name="row">The row index</param>
            <param name="column">The column index</param>
            <param name="calcFieldName">Returns the name of the calculated field at the given row and column.</param>
            <returns>Returns a list of the row and column pivot values.</returns>
            <remarks>
            The returned list is an ordered list of the pivot values that determine the staring with the row pivot values followed by the column pivot values.
            There is a one to one correspondence between the number of items in <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotRows"/> and then <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotColumns"/>
            to this returned ordered list.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.GetCalculationNameFromGridRowColumnIndex(System.Int32)">
            <summary>
            Returns the name of the field corresponding to the index.
            </summary>
            <returns>Field name.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.ChangeValue(System.Object,System.Object,System.Int32,System.Int32,System.String)">
            <summary>
            Updates the cell with new edited/updated value.
            </summary>
            <param name="oldValue">Old values of the cell.</param>
            <param name="newValue">New values of the cell.</param>
            <param name="row">Row index.</param>
            <param name="col">Column index.</param>
            <param name="propertyName">The changed property.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.ChangeValue(System.Object,System.Object,System.Int32,System.Int32,Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Updates the cell with new edited/updated value.
            </summary>
            <param name="oldValue">Old values of the cell.</param>
            <param name="newValue">New values of the cell.</param>
            <param name="row1">Row index.</param>
            <param name="col1">Column index.</param>
            <param name="pi">PivotCellInfo property.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.GetNextSummaryOverColIndex(System.Int32,System.Int32)">
            <summary>
            Gets the index of the next summary row with respect to the column index provided.
            </summary>
            <param name="row1">Row index.</param>
            <param name="col">Column index.</param>
            <returns>summary row index.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.GetNextSummaryDownRowIndex(System.Int32,System.Int32)">
            <summary>
            Gets the index of the next summary row with respect to the Row index provided.
            </summary>
            <param name="row">Row index.</param>
            <param name="col1">Column index.</param>
            <returns>summary row index.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.HideExpanders">
            <summary>
            Gets or sets a value whether the expanders are to be visible or not.
            </summary>
            <value>If<b>True</b>Hides the expanders;Otherwise<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.AllowEditingOfTotalCells">
            <summary>
            Gets or sets whether the user can edit total cells or not.
            </summary>
            <value>If<b>True</b>Allows editing of total cells;Otherwise<b>False</b>.</value>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.PivotValueEdited">
            <summary>
            Used to handle the PivotValueEdited event.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventHandler">
            <summary>
            Used to handle the  PivotValueEdited event.
            </summary>
            <param name="sender">object value.</param>
            <param name="e">event data</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventArgs">
            <summary>
            Represents the class that provides the Event arguments for the PivotValueEdited events.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventArgs.Handled">
            <summary>
            Gets or sets the value whether the EditManager should adjust display values based on the 
            edited change. If you set Handled to true, the EditManager will not make any
            display changes. If you set Handled to false, the EditManager will adjust the
            changed cell and any cell that depends upon it.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventArgs.PivotRowIndex">
            <summary>
            Gets the value of row index in the grid of the cell that was edited.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventArgs.PivotColumnIndex">
            <summary>
            Gets the value of column index in the grid of the cell that was edited.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventArgs.PivotCellInfo">
            <summary>
            Gets the value of PivotCellInfo of the cell that was edited.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventArgs.OldValue">
            <summary>
            Gets the value in the cell before the edit occurred.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotValueEditedEventArgs.NewValue">
            <summary>
            Gets the value of modified value entered into the cell.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager">
            <summary>
            This class allows a PrivoGridControl to automatically respond to changes in the underlying data
            provided that data supports appropriate events. You enable this support by setting <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EnableUpdating"/> 
            to true. 
            </summary>
            <remarks>
            In order for the PivotGridControl to automatically respond to the changes in the underlying data, the underlying data must be either:
                A) a DataTable or DataView
            or
                B) an IList&lt;T&gt; where T implements both INotifyPropertyChanging and INotifyPropertyChanged. Additionally, the IList must also
                implement INotifyCollectionChanged or IBindingList."
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager"/> class withe the specified PivotGrid.
            </summary>
            <param name="grid">The PivotGidControl that should be responding to updates.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.InitializeUpdatingManager(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Initializes the updating manager with its associated settings.
            </summary>
            <param name="grid">The PivotGridControlBase object</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.UnwireEvents">
            <summary>
            UnWire the events from the PivotEngine.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.Dispose(System.Boolean)">
            <summary>
            Unsubscribe to certain events that were subscribed to when this object was created.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.CheckUpdateCell(System.Int32,System.Int32)">
            <summary>
            Checks the index of the cell to be updated.
            </summary>
            <param name="row">Row index.</param>
            <param name="col">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.UpdateCell(System.Int32,System.Int32)">
            <summary>
            Updates the cell in the given index.
            </summary>
            <param name="row">Row index.</param>
            <param name="col">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.InsertRow(System.Int32,System.Object)">
            <summary>
            Inserts a new row in the provided index.
            </summary>
            <param name="row">Row index.</param>
            <param name="value">Object that holds the property values to be added.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.updateTimer_Tick(System.Object,System.EventArgs)">
            <summary>
            Occurs when the timer tick changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>class contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.PopulateEngine">
            <summary>
            Populate the engine value and refresh the PivotGrid control.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotUpdatingManager.ThrottleUpdateRate">
            <summary>
            Gets or sets a millisecond value for time between UI refreshes. Zero indicates immediate refreshes of the UI 
            without delays. Throttling the refresh rate can minimize CPU usage. The default value is zero, but depending
            upon your updating rate, values of 300 to 500 Milliseconds may give lower CPU usage.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex">
            <summary>
            A collection with row and column coordinates.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex"/> with row and column coordinates.
            </summary>
            <param name="r">The row index.</param>
            <param name="c">The column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.Equals(System.Object)">
            <summary>
            Indicates whether this instance and a specified object are equal.
            </summary>
            <param name="obj">Another object to compare to.</param>
            <returns>
            <b>True</b>if <paramref name="obj"/> and this instance are the same type and represent the same value; Otherwise<b>False</b>.
            </returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.GetHashCode">
            <summary>
            Returns the hash code for this instance.
            </summary>
            <returns>
            A 32-bit signed integer that is the hash code for this instance.
            </returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.ToString">
            <summary>
            Returns a string that represents the current object.
            </summary>
            <returns> String characters.
            </returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.op_Equality(Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex,Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex)">
            <summary>
            Implements the operator ==
            </summary>
            <param name="r1">The first row column index value.</param>
            <param name="r2">The second row column index value.</param>
            <returns><b>True</b> if the specified index values are equal; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.op_Inequality(Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex,Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex)">
            <summary>
            Implements the operator !=.
            </summary>
            <param name="r1">The first row column index value.</param>
            <param name="r2">TThe second row column index value.</param>
            <returns><b>True</b> if the specified index values are not equal; Otherwise <b>False</b>.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.Empty">
            <summary>
            Gets the empty instance with RowIndex and ColumnIndex set to int.MinValue
            </summary>
            <value>The empty.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.IsEmpty">
            <summary>
            Gets a value indicating whether this instance is empty.
            </summary>
            <value><c>True</c> if this instance is empty; otherwise, <c>False</c>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.ColumnIndex">
            <summary>
            Gets or sets the column index.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.RowColumnIndex.RowIndex">
            <summary>
            Gets or sets the row index.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs">
            <summary>
            Defines the class for item source changed events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs.OldValue">
            <summary>
            Gets or sets the OldValue.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs.NewValue">
            <summary>
            Gets or sets the NewValue.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshingEventArgs">
            <summary>
            Defines the class for data refreshing events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshingEventArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshingEventArgs"/> class.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshedEventArgs">
            <summary>
            Defines the class for data refreshed events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshedEventArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshedEventArgs"/> class.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs">
            <summary>
            Defines the class for the pivot grid selection clanged events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs.#ctor(Syncfusion.Windows.Forms.Grid.GridRangeInfo,Syncfusion.Windows.Forms.PivotAnalysis.SelectedItems,Syncfusion.Windows.Forms.Grid.GridSelectionReason)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs"/> class.
            </summary>
            <param name="RangeInfo">The range info.</param>
            <param name="SelectedItems">Indicates the selected items in the grid</param>
            <param name="SelectionReason">Represents the selected reason for the grid</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs.CellRangeInfo">
            <summary>
            Gets or sets the value of Cell Range Information.
            </summary>
            <value>The Cell range info.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs.SelectedItems">
            <summary>
            Gets or sets the value of Selected items in the IEnumerable form of Columns, Rows and Value.
            </summary>
            <value>The selected items.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs.SelectionReason">
            <summary>
            Gets or sets the value of Selection reason.
            </summary>
            <value>The selection reason.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ExpandingEventArgs">
            <summary>
            Defines the class for expanding events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ExpandingEventArgs.#ctor(Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ExpandingEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ExpandingEventArgs.PivotCellInfo">
            <summary>
            Gets or sets the value of PivotCellDescriptor.
            </summary>
            <value>The pivot cell info.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ExpandedEventArgs">
            <summary>
            Defines the class for expanded events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ExpandedEventArgs.#ctor(Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ExpandedEventArgs"/> class.
            </summary>
            <param name="PivotCellInfo">The pivot cell info.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.ExpandedEventArgs.PivotCellInfo">
            <summary>
            Gets or sets the value of PivotCellDescriptor.
            </summary>
            <value>The pivot cell info.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsingEventArgs">
            <summary>
            Defines the class for collapsing events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.CollapsingEventArgs.#ctor(Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsingEventArgs"/> class.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.CollapsingEventArgs.PivotCellInfo">
            <summary>
            Gets or sets the value of PivotCellDescriptor.
            </summary>
            <value>The pivot cell info.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsedEventArgs">
            <summary>
            Defines the class for collapsed events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.CollapsedEventArgs.#ctor(Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsedEventArgs"/> class.
            </summary>
            <param name="PivotCellInfo">The pivot cell info.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.CollapsedEventArgs.PivotCellInfo">
            <summary>
            Gets or sets the value of PivotCellDescriptor.
            </summary>
            <value>The pivot cell info.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClickEventArgs">
            <summary>
            Defines the class for hyperlink cell click events.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClickEventArgs.#ctor(Syncfusion.PivotAnalysis.Base.PivotCellInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClickEventArgs"/> class.
            </summary>
            <param name="PivotCellInfo">The pivot cell info.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClickEventArgs.PivotCellInfo">
            <summary>
            Gets or sets the value of PivotCellDescriptor.
            </summary>
            <value>The pivot cell info.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventHandler">
            <summary>
            Represents the method that will handle ItemSourceChanged event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SelectionChanged">
            <summary>
             Represents the method that will handle SelectionChanged event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.Expanding">
            <summary>
             Represents the method that will handle Expanding event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ExpandingEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.Expanded">
            <summary>
             Represents the method that will handle Expanded event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsingEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.Collapsing">
            <summary>
             Represents the method that will handle Collapsing event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSelectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.Collapsed">
            <summary>
             Represents the method that will handle Collapsed event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.CollapsedEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClick">
            <summary>
             Represents the method that will handle HyperlinkCellClick event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HyperlinkCellClickEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshing">
            <summary>
             Represents the method that will handle DataRefreshing event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshingEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshed">
            <summary>
             Represents the method that will handle DataRefreshed event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DataRefreshedEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.GroupingBarLoaded">
            <summary>
             Represents the method that will handle GroupingBarLoaded event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup">
            <summary>
            Represents a class that defines the HiddenGroup
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.#ctor(System.Int32,System.Int32,System.Int32,System.String)">
            <summary>
            Initializes a new instances of the<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup"/> class with specified from, to, level and group name properties.
            </summary>
            <param name="from">source value.</param>
            <param name="to">destination value.</param>
            <param name="level">value of level.</param>
            <param name="groupName">group name.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String)">
            <summary>
            Initializes a new instances of the<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup"/> class with specified from, to, level,group name and total header properties.
            </summary>
            <param name="from">source value.</param>
            <param name="to">destination value.</param>
            <param name="level">value of level.</param>
            <param name="groupName">group name.</param>
            <param name="totalHeader">value of total header</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.ToString">
            <summary>
            Returns a string that represents the current object.
            </summary>
            <returns>The string value of the current object.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.Clone(Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup)">
            <summary>
            Used to copy the group.
            </summary>
            <param name="ParentGroup">Used to hidden the group.</param>
            <returns>An instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup"/> class.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.From">
            <summary>
            Gets or sets the starting value.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.To">
            <summary>
            Gets or sets the ending value.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.Level">
            <summary>
            Gets or sets the level value.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.GroupName">
            <summary>
            Gets or sets the value of group name.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup.ItemTotalHeader">
            <summary>
            Gets or sets the value of total header.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ExtensionClass">
            <summary>
            Represents the class that defines as an extension class to <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ExtensionClass.Has(System.Collections.Generic.List{Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup},Syncfusion.Windows.Forms.PivotAnalysis.HiddenGroup)">
            <summary>
            Determines whether the specified item is in the collection or not.
            </summary>
            <param name="t">The Collection.</param>
            <param name="hiddenGroup">The hidden group.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption">
            <summary>
            Create the class for MetroColorOption
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.IColorOptions">
            <summary>
            Provides the functionality to metro color definition for usability.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.IColorOptions.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.IColorOptions.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.GroupBarColor">
            <summary>
            Represents the class that defines to customize the Color option for the GroupBar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.GroupBarColor.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default color is<b>Color.FromArgb(246, 247, 247)</b>;</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.FilterBarColor">
            <summary>
            Represents the class that defines to customize the Color option for the FilterBar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.FilterBarColor.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default color is<b>Color.FromArgb(35, 130, 195)</b>;</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.FilterBarColor.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default value is<b>White</b>.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.RowGroupBar">
            <summary>
            Represents the class that defines to customize the Color option for the RowGroupBar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.RowGroupBar.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default color is<b>Color.FromArgb(246, 247, 247)</b>;</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTotalCell">
            <summary>
            Represents the class that defines to customize the Color option for the PivotTotalCell.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTotalCell.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default color is<b>Color.FromArgb(246, 247, 247)</b>;</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTotalCell.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default value is<b>Color.FromArgb(92, 92, 92)</b>;</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotExpandCell">
            <summary>
            Represents the class that defines to customize the Color option for the PivotExpandCell.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotExpandCell.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default color is<b>Color.FromArgb(246, 247, 247)</b>;</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotExpandCell.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default value is<b>FromArgb(92, 92, 92)</b>;</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotNormalCell">
            <summary>
            Represents the class that defines to customize the Color option for the PivotNormalCell.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotNormalCell.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default color is<b>Color.FromArgb(246, 247, 247)</b>;</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotNormalCell.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default value is<b>Color.FromArgb(92, 92, 92)</b>;</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotFieldList">
            <summary>
            Represents the class that defines to customize the color options for the PivotFieldList in Metro theme.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotFieldList.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default value is<b>White</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotFieldList.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default value is<b>White</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotFieldList.FieldImages">
            <summary>
            Gets or sets the value of list in field images.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.Heading">
            <summary>
            Represents a class that defines to customize the color options for the PivotFieldList's Headings in Metro theme.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.Heading.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default value is<b>Color.FromArgb(35, 130, 195)</b>;</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.Heading.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default value is<b>White</b>.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.Button">
            <summary>
            Represents a class that defines to customize the color options to the PivotFieldList's Buttons in Metro theme.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.Button.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default value is<b>Color.FromArgb(35, 130, 195)</b>;</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.Button.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default color is<b>White</b>.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotItems">
            <summary>
            Represents a class that defines to customize the color options for the PivotItems in Metro theme.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotItems.BackColor">
            <summary>
            Gets or sets the value of back color.
            </summary>
            <value>The default color is<b>Color.FromArgb(35, 130, 195)</b>;</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotItems.ForeColor">
            <summary>
            Gets or sets the value of fore color.
            </summary>
            <value>The default color is<b>White</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotItems.BorderColor">
            <summary>
            Gets or sets the value of border color.
            </summary>
            <value>The default color is<b>Gray</b>.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTable">
            <summary>
            Represents a class to defines to customize the color options for the PivotFieldList in Metro theme.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTable.PivotFieldList">
            <summary>
            Gets or sets the value of GroupBar Color in the Pivot field list.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTable.FieldListScroller">
            <summary>
            Gets or sets the value of FieldList-Scroll of the PivotSchemaDesigner.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTable.Button">
            <summary>
            Gets or sets value of the GroupBar Color to the Buttons.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColorOption.PivotTable.Heading">
            <summary>
            Gets or sets value of the GroupBar Color to the Headings.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.MetroColors">
            <summary>
            Represents a Class that defines to customize the Metro color options to the PivotGrid.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColors.GroupBar">
            <summary>
            Gets or sets the value of GroupBar Color in group bar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColors.FilterBar">
            <summary>
            Gets or sets the value of GroupBar Color in filter bar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColors.RowGroupBar">
            <summary>
            Gets or sets the value of GroupBar Color in row group bar.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColors.PivotTable">
            <summary>
            Gets or sets the value GroupBar Color in Pivot table.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColors.PivotItems">
            <summary>
            Gets or sets the value of GroupBar Color in Pivot items.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.MetroColors.PivotGridExpandCell">
            <summary>
            Gets or sets value of Color to the PivotGridExpanderCell.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridException">
            <summary>
            Represents a class that provides the Exception info of the PivotGridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridException.#ctor">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridException"/> class inherited from the <see cref="T:System.Exception"/>class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridException.#ctor(System.String)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridException"/> class inherited from the <see cref="T:System.Exception"/>class.
            </summary>
            <param name="message">The message that describes the error.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridException"/> class inherited from the <see cref="T:System.Exception"/>class.
            </summary>
            <param name="message">The message that describes the error.</param>
            <param name="innerException">The exception that is the cause of the current exception, or a null reference. (Nothing in Visual Basic) if no inner exception is specified.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl">
            <summary>
            Represents a control that defines the pivot grid control with visual representation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.#ctor">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ResetTouchMode">
            <summary>
            Resets the Touch mode.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ApplyScaleToControl(System.Single)">
            <summary>
            Applies the scaling to the PivotGrid.
            </summary>
            <param name="sf">Represents floating number.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.OnFontChanged(System.EventArgs)">
            <summary>
            Overrides and raises the font changed event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.OnSizeChanged(System.EventArgs)">
            <summary>
            Overrides and raises the size changed event in the grid.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.InDesigner">
            <summary>
            Provides the functionality of containers.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.#ctor(System.ComponentModel.IContainer)">
            <summary>
            Initializes anew instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> class with the specified container.
            </summary>
            <param name="container">Provides the functionality of container.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Dispose(System.Boolean)">
            <summary>
            Overrides and manages the unwanted resources.
            </summary>
            <param name="disposing">Boolean value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableControl_MouseClick(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Customizes the display of pivot value chooser in header.
            </summary>
            <param name="sender">TableControl.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.contextMenu_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered and hides or shows the selected column name in pivot value chooser.
            </summary>
            <param name="sender">Context Menu control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableModel_QueryColWidth(System.Object,Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs)">
            <summary>
            Triggered and gets the column width.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.checkedListBox1_ItemCheck(System.Object,System.Windows.Forms.ItemCheckEventArgs)">
            <summary>
            Triggered and checks the checked list box items's check state.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.ItemCheckEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.NewCalculationItem(System.String)">
            <summary>
            Performs the new calculation on the item.
            </summary>
            <param name="description">New item to be calculated.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.closeImgLbl_MouseLeave(System.Object,System.EventArgs)">
            <summary>
            Triggered when the close label's mouse leave event is done.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.closeImgLbl_MouseHover(System.Object,System.EventArgs)">
            <summary>
            Triggered when the close label's mouse hover event is done.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.closeImgLbl_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered and closes the pop-up window.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.panel2_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
            <summary>
            Triggered when the panel2 is painted.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.panel1_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
            <summary>
            Triggered when the panel1 is painted. 
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableControl_MouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the mouse up event is done.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableControl_MouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the mouse move event is done.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableControl_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the mouse down event is done.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.CreateHeaderBitmap(Syncfusion.Windows.Forms.Grid.GridControlBase,System.Int32,System.Int32)">
            <summary>
            Creates a header bitmap which used in drag window. 
            </summary>
            <param name="grid">Group bar.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.OpenDragHeader">
            <summary>
            Opens the created drag window and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.UpdateDragHeader">
            <summary>
            Updates the DragWindow to the current mouse position.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GetDragWindowLocation(System.Drawing.Point)">
            <summary>
            Gets the location of the drag window.
            </summary>
            <param name="srcLocation">Location of the drag window.</param>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.CloseDragHeader">
            <summary>
            Closes the drag window which usually done in mouse up.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ColIndexToField(System.Int32)">
            <summary>
            Gets the column index to the corresponding field index.
            </summary>
            <param name="colIndex">Column index.</param>
            <returns>Field index.</returns>
            <example>This example shows how to get the field index of the specific column index.
            <code lang="C#">
            void TableControl_CellClick(object sender, Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs e)
            {
               // Gets the specified field index from the given column index.
               int myFieldIndex = this.pivotGridControl1.ColIndexToField(e.ColIndex);
               Console.WriteLine("The field index of the specified column is " + myFieldIndex);
            }
            </code>
            <code lang="VB">
            Private Sub TableControl_CellClick(ByVal sender As Object, ByVal e As Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)
               ' Gets the specified field index from the given column index.
               Dim myFieldIndex As Integer = Me.pivotGridControl1.ColIndexToField(e.ColIndex)
               <![CDATA[Console.WriteLine("The field index of the specified column is " & myFieldIndex)]]>
            End Sub
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.CreateRedArrowIndicatorBitmap">
            <summary>
            Creates the arrow indicator which used for indicating the dropping location.
            </summary>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.OpenRedArrowIndicator">
            <summary>
            Opens the created arrow bitmap and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.UpdateRedArrowIndicatorBitmap(System.Drawing.Point)">
            <summary>
            Updates the arrow bitmap to the current location of drag window.
            </summary>
            <param name="location">Location of the arrow indicator.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.DrawRedArrowIndicator(System.Drawing.Graphics)">
            <summary>
            Draws the arrow indicators invoked at CreateRedArrowIndicator() method.
            </summary>
            <param name="g">The Graphics object.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.CloseRedArrowIndicator">
            <summary>
            Closes the indicator which usually done at mouse up.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.pivotCalcFilter">
            <summary>
            Handles filter calculation in pivotGrid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableControl_CellButtonClicked(System.Object,Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs)">
            <summary>
            Triggered when the Table control cell button is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.OnFilterActionCompleted(System.Object,System.EventArgs)">
            <summary>
            Raises the filter action completed event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ApplyFilters">
            <summary>
            Uses the contents of HiddenRowIndexes to display pivot results filtered using calculation values. Any previous
            filters are first cleared. This method only affects the display when RowPivotsOnly is set to true.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ApplyFilters(System.Boolean)">
            <summary>
            Uses the contents of HiddenRowIndexes to display pivot results filtered using calculation values. Any previous
            filters optionally cleared depending upon clearExisitingFilter passed i.
            This method only affects the display when RowPivotsOnly is set to true.
            </summary>
            <param name="clearExistingFilter">Boolean value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.HideAllEmptyGroups">
            <summary>
            Hides all the empty groups from the pivot display.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ClearFilters">
            <summary>
            Clears the filters and redraws the pivot display.
            </summary>
            <example>This example shows how to clear the filters enabled in the grid.
            <code lanh="C#">
            // Clears the filters in the pivot grid.
            this.pivotGridControl1.ClearFilters();
            </code>
            <code lang="VB">
            ' Clears the filters in the pivot grid.
            Me.pivotGridControl1.ClearFilters()
            </code> 
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ClearFilters(System.Boolean)">
            <summary>
            Clears the filters that depends on refreshing the PivotGrid.
            </summary>
            <param name="refresh">Boolean value.</param>
            <value>If<b>True</b>The pivot grid display is redrawn;Otherwise <b>False</b>.</value>
            <example>This example shows how to clear filters enabled in the grid.
            <code lang="C#">
            // Clears the filters in the pivot grid considering whether to refresh the grid or not.
            this.pivotGridControl1.ClearFilters(true);
            </code>
            <code lang="VB">
            ' Clears the filters in the pivot grid considering whether to refresh the grid or not.
            Me.pivotGridControl1.ClearFilters(True)
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ReapplyFiltersAfterSort">
            <summary>
            Re-applies the filter.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableControl_CellClick(System.Object,Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)">
            <summary>
            Triggered when the table control's cell is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Performs the sort operation.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="index">Intermediate index</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GetFieldHeaderOrFieldName(Syncfusion.PivotAnalysis.Base.PivotComputationInfo)">
            <summary>
            Gets the Field name as well as the header name.
            </summary>
            <param name="info">PivotComputationInfo object that holds the field name values.</param>
            <returns>The field name values.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.SortColumnWhenRowPivotsOnly(System.Int32,System.Boolean,System.Nullable{System.ComponentModel.ListSortDirection})">
            <summary>
            Performs the sort operation that specifies the multi-column sort.
            </summary>
            <param name="columnIndex">Column index.</param>
            <param name="multiColumn">Boolean value.</param>
            <param name="dir">Sort direction.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GetColumnIndexFromRowHeaderName(System.String)">
            <summary>
            Gets the column index from the corresponding row header name.
            </summary>
            <param name="rowHeaderName">Row header name.</param>
            <returns>Column index.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GetColumnIndexFromName(System.String)">
            <summary>
            Gets the column index from the corresponding field name.
            </summary>
            <param name="fieldName">Stores the field name.</param>
            <returns>Column index.</returns>
            <example>This example shows how to get the column index with the specified field name.
            <code lang="C#">
            // Gets the specified Column index of the field. Here "Amount" is the field name.
            int columnIndex = this.pivotGridControl1.GetColumnIndexFromName("Amount");
            Console.WriteLine("The Column index of the specified field is " + columnIndex);
            </code>
            <code lang="VB">
            ' Gets the specified Column index of the field. Here "Amount" is the field name.
            Dim columnIndex As Integer = Me.pivotGridControl1.GetColumnIndexFromName("Amount")
            <![CDATA[Console.WriteLine("The Column index of the specified field is " & columnIndex)]]>
            </code>
            </example>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GetNameAt(System.Int32)">
            <summary>
            Gets the field name from the corresponding column index.
            </summary>
            <param name="colIndex">Column index.</param>
            <returns>Field name.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.CreatePivotGridControl(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Provides the functionality for table control.
            </summary>
            <param name="model">The grid model.</param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase"/>instance.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GetBackColors">
            <summary>
            Gets the back color.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GetpaintAttributes(System.Drawing.Brush@,System.Drawing.Pen@)">
            <summary>
            Gets the pen and brush to paint string in label.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AttachSchema">
            <summary>
            Attaches the schema with the GridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AttachSchemaGeneric(System.Windows.Forms.Control)">
            <summary>
            Performs visual representation.
            </summary>
            <param name="container">Contains the components with visual representation.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.DetachSchema">
            <summary>
            Detaches the schema with the PivotGridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.CollapseSchema">
            <summary>
            Collapses the schema in the PivotGridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Schema">
            <summary>
            Defines the schema of the PivotGridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ExpandSchema">
            <summary>
            Expands the schema in PivotGridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.collapseLbl_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
            <summary>
            Triggers and gets the Paint attributes in the label.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.collapseLbl_Click(System.Object,System.EventArgs)">
            <summary>
            Triggers and expands the Schema in the PivotGridControl.
            </summary>
            <param name="sender">Th Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.internalGrid_ItemSourceChanged(System.Object,Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs)">
            <summary>
            Triggered when the InternalGrid's ItemSource list changed event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ItemSourceChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.RaiseAsyncLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)">
            <summary>
            Triggered when the Asynchronous process is completed.
            </summary>
            <param name="e">The Event Arguments.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AsyncLoadComplete(System.ComponentModel.AsyncCompletedEventArgs)">
            <summary>
            Triggered when the Asynchronous process is completed.
            </summary>
            <param name="e">The Event Arguments.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.RaiseAsyncLoadStarted(System.ComponentModel.CancelEventArgs)">
            <summary>
            Triggered when the Asynchronous process is started.
            </summary>
            <param name="e">The Event Arguments.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AsyncLoadStart(System.ComponentModel.CancelEventArgs)">
            <summary>
            Triggered when the Asynchronous process is started.
            </summary>
            <param name="e">The Event Arguments.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.OnShowDisabledGroupBackgroundPropertyChanged(System.Object,System.EventArgs)">
            <summary>
            Raises the ShowDisabledGroupbackground property changed event.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.OnRightToLeftChanged(System.EventArgs)">
            <summary>
            Overrides and handles the Right-to-Left changed event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Refresh(System.Boolean)">
            <summary>
            Refreshes the PivotGridControl
            </summary>
            <param name="shouldPopulateEngine">Determines to populate the engine.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Refresh">
            <summary>
            Refreshes the grid.
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ItemSourceChanged">
            <summary>
            Handles the ItemSourceChanged event.
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AsyncLoadCompleted">
            <summary>
            Handles the AsyncCompleted event.
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AsyncLoadStarted">
            <summary>
            Handles the AsyncStarting event.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EnableTouchMode">
            <summary>
            Gets or sets a value indicating the touch mode.
            </summary>
            <value>If<b>True</b>Enables the touch mode;Otherwise<b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PossiblePivotCalculations">
            <summary>
            Gets or sets the value of collection of possible PivotCalculations that may appear in the PivotGridControl
            when RowPivotsOnly is true.
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.FilterActionCompleted">
            <summary>
            Triggered  and handles the Filter action is completed.
            </summary>        
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.HiddenRowIndexes">
            <summary>
            Gets the value of the row indexes that are hidden through filtering value columns when RowPivotsOnly is true.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableModel">
            <summary>
            Gets the value of TableModel that holds all data information about the grid.
            </summary>
            <example>This example shows how to use the TableModel property.
            <code lang="C#">
            // TableModel property gets all the info about the pivot table.
            this.pivotGridControl1.TableModel.RowCount = 10;
            this.pivotGridControl1.TableModel.RowStyles[3].BackColor = Color.Red;
            this.pivotGridControl1.TableModel.Rows.DefaultSize = 20;
            this.pivotGridControl1.TableModel.TableStyle.BackColor = Color.FromArgb(23, 23, 23);
            this.pivotGridControl1.TableModel.TableStyle.TextColor = Color.FromArgb(230, 231, 232);
            </code>
            <code lang="VB">
            ' TableModel property gets all the info about the pivot table.
            Me.pivotGridControl1.TableModel.RowCount = 10
            Me.pivotGridControl1.TableModel.RowStyles(3).BackColor = Color.Red
            Me.pivotGridControl1.TableModel.Rows.DefaultSize = 20
            Me.pivotGridControl1.TableModel.TableStyle.BackColor = Color.FromArgb(23, 23, 23)
            Me.pivotGridControl1.TableModel.TableStyle.TextColor = Color.FromArgb(230, 231, 232)
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.TableControl">
            <summary>
            Gets the value of table control that implements a grid control which displays a grid model.
            </summary>
            <example>This example shows how to use the TableControl property.
            <code lang="C#">
            // TableControl gets the all the info about the pivot grid table.
            this.pivotGridControl1.TableControl.BorderStyle = BorderStyle.FixedSingle;
            this.pivotGridControl1.TableControl.GroupDropArea.BackColor = Color.FromArgb(79, 80, 80);
            </code>
            <code lang="VB">
            ' TableControl gets the all the info about the pivot grid table.
            Me.pivotGridControl1.TableControl.BorderStyle = BorderStyle.FixedSingle
            Me.pivotGridControl1.TableControl.GroupDropArea.BackColor = Color.FromArgb(79, 80, 80)
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotSchemaDesigner">
            <summary>
            Gets the value of the SchemaDesigner wired within the PivotGridControl.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotColumns">
            <summary>
            Gets the value of collections of columns.
            </summary>
            <example>This example shows how to use the PivotColumns property. Here "Country" is the field's mapping name and "Total" is the header.
            <code lang="C#">
            // Adding PivotColumns to the pivot grid.
            this.pivotGridControl1.PivotColumns.Add(new PivotItem { FieldMappingName = "Country", TotalHeader = "Total" });
            </code>
            <code lang="VB">
            ' Adding PivotColumns to the pivot grid. Here "Country" is the field's mapping name and "Total" is the header.
            Me.pivotGridControl1.PivotColumns.Add(New PivotItem With {.FieldMappingName = "Country", .TotalHeader = "Total"})
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotFields">
            <summary>
            Gets the value of collection of fields.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotRows">
            <summary>
            Gets the value of collection of  rows.
            </summary>
            <example>This example shows how to use the PivotRows property.
            <code lang="C#">
            // Adding PivotRows to the pivot grid. Here "Product" is the field's mapping name and "Total" is the header.
            this.pivotGridControl1.PivotRows.Add(new PivotItem { FieldMappingName = "Product", TotalHeader = "Total" });
            </code>
            <code lang="VB">
            ' Adding PivotRows to the pivot grid. Here "Product" is the field's mapping name and "Total" is the header.
            Me.pivotGridControl1.PivotRows.Add(New PivotItem With {.FieldMappingName = "Product", .TotalHeader = "Total"})
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.Filters">
            <summary>
            Gets the value of collection of filters.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotCalculations">
            <summary>
            Gets the value of collection of calculations.
            </summary>
            <example>This example shows how to use the PivotCalculations property.
            <code lang="C#">
            // Adding PivotCalculations to the pivot grid.
            this.pivotGridControl1.PivotCalculations.Add(new PivotComputationInfo { FieldName = "Amount", Format = "#,##0", SummaryType = SummaryType.DoubleTotalSum});
            </code>
            <code lang="VB">
            ' Adding PivotCalculations to the pivot grid.
            Me.pivotGridControl1.PivotCalculations.Add(New PivotComputationInfo With {.FieldName = "Amount", .Format = "#,##0", .SummaryType = SummaryType.DoubleTotalSum})
            </code>
            </example>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.DeferLayoutUpdate">
            <summary>
            Gets or sets the value of layout update.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EnableAsyncLoading">
            <summary>
            Gets or sets whether the PivotGrid needs to be updated asynchronously on the background while PivotGrid operations are done.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.InAsyncMode">
            <summary>
            Denotes whether PivotGridControl is in Async mode.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.BusyAnimationIcon">
            <summary>
            Gets or sets the icon that needs to be displayed while Asynchronous process takes place.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ShowCalculationsAsColumns">
            <summary>
            Gets or sets the value of ShowCalculationsAsColumns.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PivotEngine">
            <summary>
            Gets or sets the value of pivot engine.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ItemSource">
            <summary>
            Gets or sets the value of item source.
            </summary>
            <example>This example shows how to use the ItemSource property.
            <code lang="C#">
            // Adding ItemSource to the pivot grid. Here "ProdutSales" is the datasource assigned to the grid.
            this.pivotGridControl1.ItemSource = ProductSales.GetSalesData();
            </code>
            <code lang="VB">
            ' Adding ItemSource to the pivot grid. Here "ProdutSales" is the datasource assigned to the grid.
            Me.pivotGridControl1.ItemSource = ProductSales.GetSalesData()
            </code>
            </example>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ShowDisabledGroupBackgroundPropertyChanged">
            <summary>
            Handles the ShowDisabledBackground property changed event.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ShowPivotTableFieldList">
            <summary>
            Gets or sets a value indicating to show or hide the PivotSchemaDesigner.
            </summary>
            <value>If<b>True</b>Shows the Pivot table field lists;Otherwise <b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EnableValueEditing">
            <summary>
            Gets or sets a value indicating to enable or disable editing the cells.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EditManager">
            <summary>
            Gets or sets a reference to a class that facilitates editing of value cells. To enable this support,
            set <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EnableValueEditing"/> to true;
            </summary>
            <remarks>
            The EditManager handles direct editing of value cell contents. The <see cref="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.PivotValueEdited"/>
            event to allow for controlling what happens as the cell as the user leaves the cell. You should handle this event if
            you want to do any actions when a cell is completed. The default behavior will adjust the edit cell value so the newly typed entry
            is displayed. Also, any display value that depends upon this edited cell will also be updated. If you set e.Handled = true
            when you handle the event, then EditManager will make no changes to the displayed information, and it would be up to you
            to make any adjustments you want to see.
            
            The EditManager also has public properties <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.AllowEditingOfTotalCells"/> and 
            <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.HideExpanders"/> that control whether you can edit Total cells and whether the expander glyphs
            are visible.
            
            The EditManager has public method <see cref="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotEditingManager.GetRowColumnPivotValuesAt(System.Int32,System.Int32,System.String@)"/> that return lists of pivot values and raw data items for a specified row and column.
            </remarks>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EnableUpdating">
            <summary>
            Gets or sets a value indicating to enable or disable updating the cells.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.UpdateManager">
            <summary>
            Gets or sets a reference to a class that facilitates the pivot automatically updating itself due to changes in the underlying data. To enable this support,
            set <see cref="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.EnableUpdating"/> to true;
            </summary>
            <remarks>
            In order for the PivotGridControl to automatically respond to the changes in the underlying data, the underlying data must be either:
                A) a DataTable or DataView
            or
                B) an IList; where T implements both INotifyPropertyChanging and INotifyPropertyChanged. Additionally, the IList must also
                implement INotifyCollectionChanged or IBindingList."
            </remarks>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AllowFiltering">
            <summary>
            Gets or sets a value indicating to enable or disable the filter.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ShowPivotValueChooser">
            <summary>
            Gets or sets the value indicating to hide or show a computation value column chooser dialog that allows users to hide, show, 
            or reorder the pivot calculations in the RowPivotsOnly mode.
            </summary>
            <value>If<b>True</b>Shows the Pivot value chooser;Otherwise <b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AllowRowPivotDrag">
            <summary>
            Gets or sets the value that determines to enable or disable Drag drop operation in RowpivotOnly mode.
            </summary>
            <value>If<b>True</b>Allows to drag the row;Otherwise <b>False</b>. The default value is<b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.AllowSorting">
            <summary>
            Gets or sets a value indicating to enable or disable the sorting.
            </summary>
            <value>If<b>True</b>Allows the sorting;Otherwise <b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ShowGroupBar">
            <summary>
            Gets or sets a value indicating to enable or disable the GroupBar.
            </summary>
            <value>If <b>True</b>Show the Group bar;Otherwise <b>False</b>. The default value is<b>True</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ShowSubTotals">
            <summary>
            Gets or sets the value of Subtotal.
            </summary>
            <value>If<b>True</b>Shows the sub-totals;Otherwise <b>False</b>. The default value is<b>True</b></value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.ShowGrandTotals">
            <summary>
            Gets or sets whether grand total calculations should be computed by the engine.
            </summary>
            <value>
            If<b>True</b>Shows the grand total;Otherwise <b>False</b>. The default value is<b>True</b>.
            </value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.RowPivotsOnly">
            <summary>
            Specifies whether the PivotGridControl is used to analyze data only with rows, or with both rows and columns.
            Setting this property to true will produce the following changes:
            1) ShowGroupBar property will be automatically set to false.
            2) The TopLeft covered cell that normally appears in a PivotGrid is replaced with individual header cells that have the same appearance as that of Calculation header cells. 
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GridVisualStylesDrawing">
            <summary>
            Gets or sets the value of the VisualStylesDrawing object.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.GridVisualStyles">
            <summary>
            Gets or sets the value of VisualStyles (skins) like Office2010, Office2007, Office2003.
            </summary>
            <example>This example shows how to use the GridVisualStyles property.
            <code lang="C#">
            // Sets the pivot grid to Office2007Blue.
            this.pivotGridControl1.GridVisualStyles = GridVisualStyles.Office2007Blue;
            </code>
            <code lang="VB">
            ' Sets the pivot grid to Office2007Blue.
            Me.pivotGridControl1.GridVisualStyles = GridVisualStyles.Office2007Blue
            </code>
            </example>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PopupWindow">
            <summary>
            Represents a Pop-up Window control to display the PivotValueChooser.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PopupWindow.#ctor(System.Windows.Forms.Control)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.PopupWindow"/> class.
            </summary>
            <param name="content">Components with visual representation.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl.FilterActionCompletedEventArgs">
            <summary>
            Indicates the filter operation is end or not.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlDesigner">
            <summary>
            Defines the class that extends the design mode functions of the designer.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlDesigner.InitializeNewComponent(System.Collections.IDictionary)">
            <summary>
            Initializes a new component.
            </summary>
            <param name="defaultValues">IDictionary class object.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlDesigner.BuildActionLists">
            <summary>
            Creates the Action lists.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlDesigner.ActionLists">
            <summary>
            Gets the value of the Action lists.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList">
            <summary>
            Defines a class to create smart tags in the designer.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.#ctor(System.ComponentModel.IComponent,System.ComponentModel.Design.DesignerVerb[])">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList"/> class with the specified components and designer verbs.
            </summary>
            <param name="component">Functionality of the components.</param>
            <param name="verbs">Array of designer verbs.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.GetSortedActionItems">
            <summary>
            Returns the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> objects contained in the list.
            </summary>
            <returns>
            A <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> array that contains the items in this list.
            </returns>
            override
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.OnSearch">
            <summary>
            Performs the search operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.OnViewOnLineDocumentation">
            <summary>
            Loads the On-line Documents website. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.OnGoToForums">
            <summary>
            Loads to visit Forums.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.OnGoToDirectTrac">
            <summary>
            Loads to visit DirectTrac website.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.OnView(System.String)">
            <summary>
            Gets the site to be visited.
            </summary>
            <param name="link">The website to be loaded.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.KeyWord">
            <summary>
            Gets or sets the value of keyword.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.DesignerActionSupportList.Search">
            <summary>
            Gets or sets the value of Search options.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SearchOptions">
            <summary>
            Defines the constants that are used for searching help.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SearchOptions.Syncfusion">
            <summary>
            Represents Syncfusion.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SearchOptions.Forums">
            <summary>
            Represents Forums.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SearchOptions.KnowledgeBase">
            <summary>
            Represents Knowledge Base.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel">
            <summary>
            Implements the DataModel part of a column header with sort indicator.
            </summary>
            <remarks>
            You typically access cell models through the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <overload>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel"/> object.
            </overload>
            <summary>
            Initializes a new  instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel"/> object
            and stores a reference to the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> this cell belongs to.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> for this cell model.</param>
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel"/> from a serialization stream.
            </summary>
            <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
            <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel.GetFormattedText(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Object,System.Int32)">
            <summary>
            Overrides and gets the FormattedText.
            </summary>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="value">The value to format.</param>
            <param name="textInfo">TextInfo is a hint who is calling, default is GridCellBaseTextInfo.DisplayText.</param>
            <returns>The formatted text for the given value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <override/>
            <summary>
            Overrides and creates a cell renderer for this cell model.
            </summary>
            <param name="control">The grid control.</param>
            <returns>Cell renderer.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel.OnQueryPrefferedClientSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridQueryBounds)">
            <summary>
            Overrides and calculates the preferred size of the cell based on its contents without margins
            and any buttons.
            </summary>
            <param name="g">The System.Drawing.Graphics context of the canvas.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="queryBounds">The grid query bounds.</param>
            <returns>The optimal size of the cell.</returns>
            <override/>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellRenderer">
            <summary>
            Implements the renderer part of a column header with sort indicator.
            </summary>
            <remarks>
            The header cell is XP Themes enabled. It will be drawn themed if <see cref="P:Syncfusion.Windows.Forms.Grid.GridControlBase.ThemesEnabled"/> is True.
            <para/>
            The registers "ColumnHeaderCell" as identifier in <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellType"/>
            of a cell's <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/>
            to associate this cell type with a cell.
            <para/>
            The sort indicator is defined through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Tag"/> of a cell's <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/>. The
            <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Tag"/> will be cast to <see cref="T:System.ComponentModel.ListSortDirection"/>.
            <para/>
            A renderer is created for each <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellModelBase"/>
            and <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>. There can be several renderers
            associated with one <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel"/> if several views display the same
            <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
            <para/>
            <para/>
            The following table lists some characteristics about the TableColumnHeader cell type:
            <para/>
            <list type="table">
                <listheader>
                    <term>Item</term>
                    <description>Description</description>
                </listheader>
                <item>
                    <term>CellType</term>
                    <description>ColumnHeaderCell</description>
                </item>
                <item>
                    <term>Renderer</term>
                    <description><see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellRenderer"/></description>
                </item>
                <item>
                    <term>Model</term>
                    <description><see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellModel"/></description>
                </item>
                <item>
                    <term>XP Themes Support</term>
                    <description>Yes</description>
                </item>
                <item>
                    <term>Interactive</term>
                    <description>Click Only</description>
                </item>
                <item>
                    <term>Floating Support</term>
                    <description>No</description>
                </item>
                <item>
                    <term>Base Type</term>
                    <description><see cref="T:Syncfusion.Windows.Forms.Grid.GridHeaderCellRenderer"/></description>
                </item>
            </list>
            <para/>
            <para/>
            The cell's behavior and appearance can be customized with the following properties of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> class:
            <para/>
            <list type="table">
                <listheader>
                    <term>PropertyName</term>
                    <description>Description</description>
                </listheader>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.BaseStyle"/> (<see cref="T:System.String"/>)</term>
                    <description>The base style for this style instance with default values for properties that are not initialized for this style object. (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Borders"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridBordersInfo"/>)</term>
                    <description>Top, left, bottom, and right border settings. (Default: GridBordersInfo.Default)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellAppearance"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridCellAppearance"/>)</term>
                    <description>When set to <see cref="F:Syncfusion.Windows.Forms.Grid.GridCellAppearance.Flat"/>, the header will be drawn with slightly raised edges typical for cell headers. If the grid is XP Themes enabled, the headers will be drawn with XP Themes look. If you specify Sunken or Raised, the header will be drawn with sunken or raised edges and not XP Themed. (Default: GridCellAppearance.Flat)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellTipText"/> (<see cref="T:System.String"/>)</term>
                    <description>ToolTip text to be displayed when user hovers mouse over cell. (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellType"/> (<see cref="T:System.String"/>)</term>
                    <description>ColumnHeaderCell (Default: TextBox)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellValue"/> (<see cref="T:System.Object"/>)</term>
                    <description>If empty, the standard header text will be drawn as specified with the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModelOptions.NumberedRowHeaders"/> and <see cref="P:Syncfusion.Windows.Forms.Grid.GridModelOptions.NumberedColHeaders"/> properties in <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>. If <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellValue"/> is not NULL the cell value will be displayed as header text. (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellValueType"/> (<see cref="T:System.Type"/>)</term>
                    <description>Specifies the preferred <see cref="T:System.Type"/> for cell values. When you assign a value to the <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object, the value will be converted to this type. If the value cannot be converted, <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Error"/> will contain error information. (Default: NULL)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CultureInfo"/> (<see cref="T:System.Globalization.CultureInfo"/>)</term>
                    <description>The culture information holds rules for parsing and formatting the cell's value. (Default: NNULL)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Enabled"/> (<see cref="T:System.Boolean"/>)</term>
                    <description>Specifies if the header cell can be activated as current cell when the user clicks onto the header. Usually you do not want a header to be activated as current cell unless you want to have editing capabilities like allowing user to rename header text in place. (You would have to implement a custom header cell for this.) (Default: True)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Error"/> (<see cref="T:System.String"/>)</term>
                    <description>Holds error information if a value could not be converted to the <see cref="T:System.Type"/> specified with <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellValueType"/>. (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Font"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridFontInfo"/>)</term>
                    <description>The font for drawing text. (Default: GridFontInfo.Default)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Format"/> (<see cref="T:System.String"/>)</term>
                    <description>Gets / sets the format mask for formatting the cell value. You can specify numeric format strings,
            date format strings, or enumeration format strings as discussed in the section "Format Specifiers and Format Providers" of the .NET Framework Developers Guide (see ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconformatspecifiersformatproviders.htm) (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.HorizontalAlignment"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment"/>)</term>
                    <description>Specifies horizontal alignment of text in the cell. (Default: GridHorizontalAlignment.Left)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.HotkeyPrefix"/> (<see cref="T:System.Drawing.Text.HotkeyPrefix"/>)</term>
                    <description>Specifies how hot-key prefixes should be displayed. Hot-keys are indicated in text with an '&amp;' (ampersand). When you enable a hot-key prefix, the specific characters can be displayed underlined or regular. The '&amp;' will not be displayed. (Default: HotkeyPrefix.Show)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.ImageIndex"/> (<see cref="T:System.Int32"/>)</term>
                    <description>Specifies an index for an image in the <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.ImageList"/> of a <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/>
            instance. (Default: -1)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.ImageList"/> (<see cref="T:System.Windows.Forms.ImageList"/>)</term>
                    <description>The <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.ImageList"/> that holds a collection of images. Cells can choose images with the <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.ImageIndex"/> property in a <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/>
            instance. (Default: NULL)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Interior"/> (<see cref="T:Syncfusion.Drawing.BrushInfo"/>)</term>
                    <description>Lets you specify a solid back-color, gradient, or pattern style with both back and fore-color for a cell's
             background. If grid is XP Themes enabled, this color will be ignored and the header will be drawn with default XP Themes header background. (Default: SystemColors.Window)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.MergeCell"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridMergeCellDirection"/>)</term>
                    <description>Specifies merge behavior for an individual cell when the merging cell's feature has been enabled in a <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> with <see cref="P:Syncfusion.Windows.Forms.Grid.GridModelOptions.MergeCellsMode"/>. (Default: GridMergeCellDirection.None)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Tag"/> (<see cref="T:System.Object"/>)</term>
                    <description>The sort indicator is defined through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Tag"/> of a cell's <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/>. The
             <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Tag"/> will be cast to <see cref="T:System.ComponentModel.ListSortDirection"/>. (Default: NULL)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Text"/> (<see cref="T:System.String"/>)</term>
                    <description>If empty, the standard header text will be drawn as specified with the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModelOptions.NumberedRowHeaders"/> and <see cref="P:Syncfusion.Windows.Forms.Grid.GridModelOptions.NumberedColHeaders"/> properties in <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>. If <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellValue"/> is not NULL, the cell value will be displayed as header text. (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.TextColor"/> (<see cref="T:System.Drawing.Color"/>)</term>
                    <description>Lets you specify the color for drawing the cell text. (Default: SystemColors.WindowText)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.TextMargins"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridMarginsInfo"/>)</term>
                    <description>Holds text margins in pixels. When drawing a cell, this specifies the empty area between the
            text rectangle and the client rectangle of the cell without borders and cell buttons. (Default: GridMarginsInfo.Default)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Themed"/> (<see cref="T:System.Boolean"/>)</term>
                    <description>Specifies if cell should be drawn using Windows XP themes when <see cref="P:Syncfusion.Windows.Forms.Grid.GridControlBase.ThemesEnabled"/> has been set. (Default: True)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Trimming"/> (<see cref="T:System.Drawing.StringTrimming"/>)</term>
                    <description>Indicates how text is trimmed when it exceeds the edges of the cell text rectangle. (Default: StringTrimming.Character)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.VerticalAlignment"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridVerticalAlignment"/>)</term>
                    <description>Specifies vertical alignment of text in the cell. (Default: GridVerticalAlignment.Top)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.WrapText"/> (<see cref="T:System.Boolean"/>)</term>
                    <description>Specifies if text should be wrapped when it does not fit into a single line. (Default: True)</description>
                </item>
            </list>
            <para/>
            <para/>
            <para/>
            <para/>
            </remarks>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer">
            <summary>
            Implements the renderer part of a PivotGrid header cells.
            </summary>
            <remarks>
            <para/>
            There can be several renderers.
            associated with one <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel"/> if several views display the same.
            <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
            <para/>
            The header cell is XP Themes enabled. It will be drawn themed if <see cref="P:Syncfusion.Windows.Forms.Grid.GridControlBase.ThemesEnabled"/> is true.
            <para/>
            <para/>
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer"/> class that is specified with GridModel and a Grid CellModel.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> that display this cell renderer.</param>
            <param name="cellModel">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellModelBase"/> that holds data for this cell renderer that should
            be shared among views.</param>
            <remarks>References to GridControlBase,
            and GridCellModelBase will be saved.</remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.WireGrid">
            <summary>
            Sets up mouse event hooks with the grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.UnwireGrid">
            <summary>
            Resets up mouse event hooks with the grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.Dispose(System.Boolean)">
            <override/>
            <summary>
            Manages the unused resources.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <override/>
            <summary>
            Triggered when Draw method is called.
            </summary>
            <param name="g">Graphics object.</param>
            <param name="clientRectangle">Rectangle area of the client screen.</param>
            <param name="colIndex">Column index value.</param>
            <param name="rowIndex">Row index value.</param>
            <param name="style">Object that holds the style properties.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
            <override/>
            <summary>Allows custom formatting of a cell by changing its style object.</summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.OnDrawCellBackground(Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs)">
            <override/>
            <summary>
            Triggered when the cell back ground is drawn.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.OnDrawDisplayText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            This method is called from <see cref="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)"/> to draw the face text of the header cell after
            its background has been drawn.
            </summary>
            <param name="g">Points to the device context.</param>
            <param name="textRectangle">Specifies the text rectangle. It is the cell rectangle without buttons, borders, or text margins.</param>
            <param name="rowIndex">Specifies the row id.</param>
            <param name="colIndex">Specifies the column id.</param>
            <param name="style">A reference to the style object of the cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.MeasureTextRenderer(System.Drawing.Graphics,System.String,System.Drawing.Rectangle,System.Drawing.Font)">
            <summary>
            Measures the display text.
            </summary>
            <param name="g">Graphics object.</param>
            <param name="displayText">The text to be drawn.</param>
            <param name="textRectangle">rectangle bounds of the display text.</param>
            <param name="font">Font of the display text.</param>
            <returns>The display text.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellRenderer.OnOutlineCurrentCell(System.Drawing.Graphics,System.Drawing.Rectangle)">
             <override/>
            <summary>
            Triggered when the outline of the current cell i to be drawn.
             </summary>
             <param name="g">Graphics object</param>
             <param name="r">Rectangle bounds of the current cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellRenderer"/>class with specified GridControl and GridCell model.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> that display this cell renderer.</param>
            <param name="cellModel">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellModelBase"/> that holds data for this cell renderer that should
            be shared among views.</param>
            <remarks>References to GridControlBase
            and GridCellModelBase will be saved.</remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellRenderer.OnDrawDisplayText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <override/>
            <summary>
            Overrides and draws the Display text.
            </summary>
            <param name="g">The graphics object.</param>
            <param name="colIndex">The Column index.</param>
            <param name="rowIndex">The Row index.</param>
            <param name="style">The Style object that holds the values of the style properties.</param>
            <param name="textRectangle">The rectangle bounds of the display text.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridColumnHeaderCellRenderer.OnClick(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <override/>
            <summary>
            Overrides and raises the OnClick event.
            </summary>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellModel">
            <summary>
            Implements the class for the data or model part of the PivotGrid Expand cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellModel"/> class with the specified GridModel.
            </summary>
            <param name="grid">the grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Triggered when the renderer is called.
            </summary>
            <param name="control">Displays the grid model.</param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellModel"/>specific for a GridControl.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer">
            <summary>
            Implements the renderer part of the PivotGrid Expand cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer"/> class specified with the specific GridModel and GridCell model.
            </summary>
            <param name="grid">Displays the grid model.</param>
            <param name="cellModel">Defines the data of the cell type.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnLayout(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Drawing.Rectangle,System.Drawing.Rectangle[])">
            <summary>
            Triggered when the layout of the grid is rendered.
            </summary>
            <param name="rowIndex">row index value.</param>
            <param name="colIndex">column index value.</param>
            <param name="style">Stores the information about the cell</param>
            <param name="innerBounds">Represents the inner bounds of the rectangle.</param>
            <param name="buttonsBounds">Represents the bounds of the rectangle.</param>
            <returns>Inner bounds of the layout.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnOutlineCurrentCell(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <override/>
            <summary>
            Triggered when the outline of the current cell is to be drawn.
            </summary>
            <param name="g">The graphics object.</param>
            <param name="r">The rectangle bounds of the current cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnQueryShowButtons(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <override/>
            <summary>
            Overrides and provides the info regarding the buttons to be displayed or not.
            </summary>
            <param name="colIndex">The column index.</param>
            <param name="rowIndex">The row index.</param>
            <param name="style">The Style objects which holds the style properties.</param>
            <returns><b>True</b> if the buttons are visible; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Triggered when the draw event is  rendered.
            </summary>
            <param name="g">GDI+ surfaces.</param>
            <param name="clientRectangle">Represents the rectangle location and size.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="style">Stores the information about the cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnDrawDisplayText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            This method is called from <see cref="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)"/> to draw the face text of the header cell after
            its background has been drawn.
            </summary>
            <param name="g">Points to the device context.</param>
            <param name="textRectangle">Specifies the text rectangle. It is the cell rectangle without buttons, borders, or text margins.</param>
            <param name="rowIndex">Specifies the row id.</param>
            <param name="colIndex">Specifies the column id.</param>
            <param name="style">A reference to the style object of the cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.MeasureTextRenderer(System.Drawing.Graphics,System.String,System.Drawing.Rectangle,System.Drawing.Font)">
            <summary>
            Measures the display text.
            </summary>
            <param name="g">The graphics object.</param>
            <param name="displayText">The text to be drawn.</param>
            <param name="textRectangle">The rectangle bounds of the display text.</param>
            <param name="font">The font of the display text.</param>
            <returns>The display text.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnDrawCellBackground(Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs)">
            <summary>
            Triggered when the background of the cell is drawn.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnDrawCellButtonBackground(Syncfusion.Windows.Forms.Grid.GridCellButton,System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Triggered when the background of the cell button is drawn.
            </summary>
            <param name="button">Used for cell renderer.</param>
            <param name="g">GDI+ surfaces.</param>
            <param name="rect">Represents the rectangle size and location.</param>
            <param name="buttonState">Specifies the appearance of cell.</param>
            <param name="style">Stores information about the cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnDrawCellButton(Syncfusion.Windows.Forms.Grid.GridCellButton,System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Triggered when the button drawn in the cell.
            </summary>
            <param name="button">Used to cell renderer.</param>
            <param name="g">GDI+ surfaces.</param>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="bActive">Represents boolean value.</param>
            <param name="style">Stores information about the cell</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnButtonClicked(System.Int32,System.Int32,System.Int32)">
            <override/>
            <summary>
            Overrides and raises the Button clicked event.
            </summary>
            <param name="button">The button clicked.</param>
            <param name="colIndex">The column index.</param>
            <param name="rowIndex">The row index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridExpandCellCellRenderer.OnPushButtonClick(System.Int32,System.Int32)">
            <summary>
            Raises <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PushButtonClick"/> event when the user presses the PushButton.
            </summary>
            <param name="rowIndex">Specifies the row id.</param>
            <param name="colIndex">Specifies the column id.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel">
            <summary>
            Implements the data / model part of a column or row header.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <overload>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel"/> object.
            </overload>
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel"/> object
            and stores a reference to the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> this cell belongs to.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> for this cell model.</param>
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel"/> from a serialization stream.
            </summary>
            <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
            <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <override/>
            <summary>Creates a renderer for this cell model.</summary>
            <param name="control">The grid control.</param>
            <returns>Cell renderer.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHeaderCellModel.OnQueryPrefferedClientSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridQueryBounds)">
            <summary>
            Calculates the preferred size of the cell based on its contents without margins and any buttons.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="queryBounds">graphical bounds</param>
            <returns>The optimal size of the cell.</returns>
            <override/>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellModel">
            <summary>
            Implements a data model for HyperLinkLabel cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellModel"/>class with specified serialization info and streaming context.
            </summary>
            <param name="info">Used for serialization.</param>
            <param name="context">Used for streaming.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellModel"/>class with the specified Grid model.
            </summary>
            <param name="grid">The grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Creates cell renderer.
            </summary>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellModel"/> specific for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer">
            <summary>
            Implements the cell renderer for LinkLabel cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer"/>class with specified grid model and grid cell model.
            </summary>
            <param name="grid">The grid control.</param>
            <param name="cellModel">The cell model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.LaunchBrowser(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Launches the web browser.
            </summary>
            <param name="style">cell style</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.DrawLink(System.Boolean,System.Int32,System.Int32)">
            <summary>
            Draws the hyper link.
            </summary>
            <param name="useHotColor">Boolean value to determine the usage of HotColor.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnMouseDown(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the mouse down is pressed.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnMouseUp(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the mouse up is pressed.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnCancelMode(System.Int32,System.Int32)">
            <summary>
            Triggered when the cancel mode is called.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnGetCursor(System.Int32,System.Int32)">
            <summary>
            Triggered when the cursor is rendered.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <returns>Cursor.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnHitTest(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs,Syncfusion.Windows.Forms.IMouseController)">
            <summary>
            Is triggered when the mouse controller is rendered.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">event data</param>
            <param name="controller">used to define the interface for mouse controllers.</param>
            <returns>Returns 0 if the message is forwarded; Otherwise returns 1 for higher priority controls.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Triggered when the draw is called.
            </summary>
            <param name="g">GDI+ surface.</param>
            <param name="clientRectangle">Represents the rectangle size and location.</param>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="style">Stores the information about the cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnMouseHoverEnter(System.Int32,System.Int32)">
            <summary>
            Triggered when the mouse hover enter is performed.
            </summary>
            <param name="rowIndex">row index value.</param>
            <param name="colIndex">Column index value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.OnMouseHoverLeave(System.Int32,System.Int32,System.EventArgs)">
            <summary>
            Triggered when the mouse hover leave is performed.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.VisitedLinkColor">
            <summary>
            Gets or sets the value of color for visited link.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.ActiveLinkColor">
            <summary>
            Gets or sets the value of color for active link.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridHyperlinkCellRenderer.EXEname">
            <summary>
            Gets or sets the value of browser.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellModel">
            <summary>
            Implements the data / model part of a Pivot grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellModel"/>class with the specified Grid model.
            </summary>
            <param name="grid">The grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellModel"/>class with specified serialization info and streaming context.
            </summary>
            <param name="info">Used for serialization and deserialization.</param>
            <param name="context">Used for streaming.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Triggered when the Renderer is called.
            </summary>
            <param name="control">Used to display the grid model</param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellModel"/> specific for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellRenderer">
            <summary>
            Implements the renderer as part of a column or row header in Pivot grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellRenderer"/>class with specified grid model and grid cell model.
            </summary>
            <param name="grid">Used to display the grid model.</param>
            <param name="cellModel">Defines the data of the cell type.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTemplateCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Is triggered when the draw is called
            </summary>
            <param name="g">GDI+ surface.</param>
            <param name="clientRectangle">Represents the rectangle size and location.</param>
            <param name="rowIndex">Row index value</param>
            <param name="colIndex">Column index value</param>
            <param name="style">Stores the information about cell.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellModel">
            <summary>
            Represents a control that displays the summary description for the top left cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellModel"/> class specified with the serialization info and streaming context.
            </summary>
            <param name="info">Used for serialization.</param>
            <param name="context">Used for streaming.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellModel"/> class with specified Grid.
            </summary>
            <param name="grid">The grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Triggered when the renderer is called.
            </summary>
            <param name="control"></param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellModel"/> specific for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellRenderer">
            <summary>
            Implements the renderer part of a top left control cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellRenderer"/>class with specified grid model and grid cell model.
            </summary>
            <param name="grid">Displays the grid model.</param>
            <param name="cellModel">Cell model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Triggered when the cell is drawn.
            </summary>
            <param name="g">GDI+ surfaces.</param>
            <param name="clientRectangle">Represents the rectangle</param>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="style">Stores the information about cell</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellRenderer.OnOutlineCurrentCell(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Triggered when the current cell is in outline.
            </summary>
            <param name="g">GDI+ surfaces.</param>
            <param name="r">Represents the rectangle location and size.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellRenderer.OnClick(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the cell is clicked.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.TopLeftCellRenderer.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
            <summary>
            Triggered to the process the keys.
            </summary>
            <param name="m">Window message.</param>
            <returns><b>True</b> if the key is processed; Otherwise <b>False</b>.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar">
            <summary>
            Represents a control that groups the rows.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.WndProc(System.Windows.Forms.Message@)">
            <internalonly/>
            <summary>
            An application-defined function that processes messages sent to a window.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.Invalidate">
            <summary>
            Triggered when the parent control with window handle is rendered.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControlBase)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar"/> class with specified pivot Grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.WireGrid">
            <summary>
            Wires GroupBar to the Grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.RowGroupBar_CellButtonClicked(System.Object,Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs)">
            <summary>
            Triggered when the cell button of the row bar is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The<see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.popupControlContainer1_CloseUp(System.Object,Syncfusion.Windows.Forms.PopupClosedEventArgs)">
            <summary>
            Triggered when the pop-up container is closed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PopupClosedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.RowGroupBar_CellClick(System.Object,Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)">
            <summary>
            Triggered when sorting is performed in row group bar's cell clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.Sort(System.Int32,System.Int32,System.Int32)">
            <summary>
            Performs the sort operations.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="index">Index to be moved.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.CreateHeaderBitmap(Syncfusion.Windows.Forms.Grid.GridControlBase,System.Int32,System.Int32)">
            <summary>
            Creates a header bitmap which is used in drag window.
            </summary>
            <param name="grid">Group bar</param>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OpenDragHeader">
            <summary>
            Opens the created drag window and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.UpdateDragHeader">
            <summary>
            Updates the DragWindow to the current mouse position.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.CloseDragHeader">
            <summary>
            Closes the drag window which usually done in mouse up event is done.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.GetDragWindowLocation(System.Drawing.Point)">
            <summary>
            Gets the location of the drag window.
            </summary>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.ColIndexToField(System.Int32)">
            <summary>
            Converts the corresponding column index to field index.
            </summary>
            <param name="colIndex">Column index value.</param>
            <returns>Field index value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.CreateRedArrowIndicatorBitmap">
            <summary>
            Creates the arrow indicator which used for indicating the dropping location.
            </summary>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OpenRedArrowIndicator">
            <summary>
            Opens the created arrow bitmap and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.UpdateRedArrowIndicatorBitmap(System.Drawing.Point)">
            <summary>
            Updates the arrow bitmap to the current location of drag window.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.DrawRedArrowIndicator(System.Drawing.Graphics)">
            <summary>
            Draws the arrow indicators, invoked at CreateRedArrowIndicator() method.
            </summary>
            <param name="g">Graphics object.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.CloseRedArrowIndicator">
            <summary>
            Closes the indicator which usually done at mouse up event is done.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.PivotCalculations_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the pivot calculation's collection is changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.ApplySize">
            <summary>
            Helper function which is used to apply the size of the cells in the RowGroupBar. An alternate solution to avoid events. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.ApplyItems">
            <summary>
            Helper function which is used to apply the value to the cells in the GroupBar. An alternate solution to avoid events. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse move event is done.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the mouse up event is done.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse down event is done.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OnQueryRowHeight(Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs)">
            <summary>
            Triggered when the Row height event is rendered.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs"/></param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OnDrawCellDisplayText(Syncfusion.Windows.Forms.Grid.GridDrawCellDisplayTextEventArgs)">
            <summary>
            Triggered when the OnDraw display text event is rendered.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDrawCellDisplayTextEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OnQueryCellInfo(Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs)">
            <summary>
            Triggered when the cell value changes in the data format.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
            <summary>
            Triggered when the key pressed down event is done.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.InitiateProcessKeyEventArgs(System.Windows.Forms.Message@)">
            <summary>
            Processes a key message and generates the appropriate control events.
            </summary>
            <param name="m">Window message to process.</param>
            <returns>If<b>True</b>The message will be processed by the control;Otherwise<b>False</b>.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.RowGroupBar.GridControl">
            <summary>
            Gets the value of the parent control from the GridControl.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellModel">
            <summary>
            Implements the data or model part of the pivot grid total cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellModel"/>class with specified Grid.
            </summary>
            <param name="grid">The grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellModel"/>class with specified serialization info and streaming context.
            </summary>
            <param name="info">Used to serialize and deserialize data.</param>
            <param name="context">Used for streaming.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Triggered when the rendered is called.
            </summary>
            <param name="control">Display the grid model.</param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellModel"/> specific for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellRenderer">
            <summary>
            Implements the renderer part of the pivot grid total cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellRenderer"/>class with specified grid model and grid cell model.
            </summary>
            <param name="grid">Display the grid model.</param>
            <param name="cellModel">Model part of the cell type.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellRenderer.OnOutlineCurrentCell(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Triggered when the outline of the current cell is rendered.
            </summary>
            <param name="g">GDI+ surface.</param>
            <param name="r">Represents the location and size of the rectangle.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellRenderer.OnClick(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the click is called.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellRenderer.OnDrawCellBackground(Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs)">
            <summary>
            Triggered when the cell background is drawn.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Triggered when draw method is called.
            </summary>
            <param name="g">GDI+ surfaces.</param>
            <param name="clientRectangle">Represents the rectangle.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="style">Stores the information about cell.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellModel">
            <summary>
            Implements the data or model part of Pivot grid total value cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellModel"/>class with specified Grid.
            </summary>
            <param name="grid">Grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellModel"/>class with specified serialization info and streaming context.
            </summary>
            <param name="info">used for serialization</param>
            <param name="context">used for streaming</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Triggered when the renderer is created.
            </summary>
            <param name="control">The grid control.</param>
            <returns>Grid control.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellRenderer">
            <summary>
            Implements the renderer part of a pivot grid total value cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes anew instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellRenderer"/>class with the specified grid model and grid cell model.
            </summary>
            <param name="grid">Displays the grid model.</param>
            <param name="cellModel">defines the data of cell type.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellRenderer.OnOutlineCurrentCell(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Triggered when the outline of the cell is rendered.
            </summary>
            <param name="g">GDI+ surfaces.</param>
            <param name="r">Represents the rectangle points</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellRenderer.OnClick(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the renderer is clicked.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellRenderer.OnDrawCellBackground(Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs)">
            <summary>
            Triggered when the background of the cell is drawn.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDrawCellBackgroundEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTotalValueCellRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Boolean)">
            <summary>
            Triggered when the background of the grid is drawn. 
            </summary>
            <param name="g">GDI+ surfaces.</param>
            <param name="rect">Represents the rectangle points</param>
            <param name="style">Stores the information about cell.</param>
            <param name="fillBackground">Represents the boolean value.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellButton">
            <summary>
            Defines a cell button element that looks like a + and - button for expanding and collapsing nodes in a tree. 
            Typically used with <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellRenderer"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellButton.#ctor(Syncfusion.Windows.Forms.Grid.GridCellRendererBase)">
            <summary>
            Initializes a <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellButton"/> and associates it with a <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellRendererBase"/>.
            </summary>
            <param name="control">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellRendererBase"/> that draws this cell button element.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellButton.Draw(System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <override/>
            <summary>
            Draws the cell button element at the specified row and column index.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="bActive">True if this is the active current cell; False otherwise.</param>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellModel">
            <summary>
            Implements the data / model part for an expandable row header cell in a <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundGrid"/>. The
            The expandable row header cell will display a '+' for expanded rows and a '-' for collapsed rows similar to a TreeControl.
            </summary>
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.<para/>
            A <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellModel"/> can serve as model for several <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellRenderer"/>
            instances if there are several <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> views for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
            <para/>
            See <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellModel"/> for more detailed information about this cell type.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <overload>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellModel"/> object.
            </overload>
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellModel"/> from a serialization stream.
            </summary>
            <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
            <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellModel"/> object 
            and stores a reference to the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> this cell belongs to.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> for this cell model.</param>    
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <override/>
            <summary>
            Creates a renderer for this cell model that is specific to the GridControlBase.
            </summary>
            <param name="control">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> the cell renderer is created for.</param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellRenderer"/> specific for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellModel.OnQueryPrefferedClientSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridQueryBounds)">
            <summary>
            Calculates the preferred size of the cell based on its contents without margins and any buttons.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="queryBounds">graphical bounds</param>
            <returns>The optimal size of the cell.</returns>
            <override/>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellRenderer">
            <summary>
            Implements the renderer part for an expandable row header cell in a <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundGrid"/>. The
            The expandable row header cell will display a '+' for expanded rows and a '-' for collapsed rows similar to a TreeControl.
            </summary>
            <remarks>
            Defines the renderer part of an expandable row header cell. A renderer is created for each <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellModelBase"/>
            and <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/>. There can be several renderer
            associated with one <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellRenderer"/> if several views display the same
            <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
            <para/>
            The <see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundGrid"/> registers "DataBoundRowExpandCell" as identifier in <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellType"/>
            of a cells <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/>
            to associate this cell type with a cell.
            <para/>
            The following table lists some characteristics about the DataBoundRowExpandCell cell type:
            <para/>
            <list type="table">
                <listheader>
                    <term>Item</term>
                    <description>Description</description>
                </listheader>
                <item>
                    <term>CellType</term>
                    <description>DataBoundRowExpandCell</description>
                </item>
                <item>
                    <term>Renderer</term>
                    <description><see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellRenderer"/></description>
                </item>
                <item>
                    <term>Model</term>
                    <description><see cref="T:Syncfusion.Windows.Forms.Grid.GridDataBoundRowExpandCellModel"/></description>
                </item>
                <item>
                    <term>XP Themes Support</term>
                    <description>No</description>
                </item>
                <item>
                    <term>Interactive</term>
                    <description>Click Only</description>
                </item>
                <item>
                    <term>Floating Support</term>
                    <description>No</description>
                </item>
                <item>
                    <term>Base Type</term>
                    <description><see cref="T:Syncfusion.Windows.Forms.Grid.GridCellRendererBase"/></description>
                </item>
            </list>
            <para/>
            <para/>
            The cell's behavior and appearance can be customized with the following properties of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> class:
            <para/>
            <list type="table">
                <listheader>
                    <term>PropertyName</term>
                    <description>Description</description>
                </listheader>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.BaseStyle"/> (<see cref="T:System.String"/>)</term>
                    <description>The base style for this style instance with default values for properties that are not initialized
            for this style object. (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Borders"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridBordersInfo"/>)</term>
                    <description>Top, left, bottom, and right border settings. To hide grid lines for a certain cell, you can
            set the <see cref="P:Syncfusion.Windows.Forms.Grid.GridBorder.Style"/> of the specific edge to be
            <see cref="F:Syncfusion.Windows.Forms.Grid.GridBorderStyle.None"/>. By default, the right and bottom borders are initialized to
            <see cref="F:Syncfusion.Windows.Forms.Grid.GridBorderStyle.Standard"/> and borders are drawn as specified in the
            <see cref="P:Syncfusion.Windows.Forms.Grid.GridModelOptions.DefaultGridBorderStyle"/> property of a <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> instance. (Default: GridBordersInfo.Default)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellAppearance"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridCellAppearance"/>)</term>
                    <description>When set to <see cref="F:Syncfusion.Windows.Forms.Grid.GridCellAppearance.Flat"/>, the header will be drawn with slightly raised edges typical for cell headers. If the grid is XP Themes enabled, the headers will be drawn with XP Themes look. If you specify Sunken or Raised, the header will be drawn with sunken or raised edges and not XP Themed. (Default: GridCellAppearance.Flat)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellType"/> (<see cref="T:System.String"/>)</term>
                    <description>DataBoundRowExpandCell (Default: Text Box)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Enabled"/> (<see cref="T:System.Boolean"/>)</term>
                    <description>Specifies if the cell can be activated as a current cell when the user click onto the header. Usually you do not want a header to be activated as a current cell unless you want to have editing capabilities such as allowing user to rename header text in place. Such renaming functionality needs to be implemented in a derived class. (Default: true)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Error"/> (<see cref="T:System.String"/>)</term>
                    <description>Holds error information if a value could not be converted to the <see cref="T:System.Type"/> specified with <see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.CellValueType"/>. (Default: String.Empty)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.Interior"/> (<see cref="T:Syncfusion.Drawing.BrushInfo"/>)</term>
                    <description>Lets you specify a solid back-color, gradient, or pattern style with both back and fore-color for a cell's
             background. If the grid is XP Themes enabled, this color will be ignored and the header will be drawn with default XP Themes header background. (Default: SystemColors.Window)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.TextColor"/> (<see cref="T:System.Drawing.Color"/>)</term>
                    <description>Lets you specify the color of the icon. (Default: SystemColors.WindowText)</description>
                </item>
                <item>
                    <term><see cref="P:Syncfusion.Windows.Forms.Grid.GridStyleInfo.TextMargins"/> (<see cref="T:Syncfusion.Windows.Forms.Grid.GridMarginsInfo"/>)</term>
                    <description>When drawing this header cell this specifies the minimum empty area between the text rectangle without borders and the icon. The icon will be centered inside the remaining rectangle. (Default: GridMarginsInfo.Default)</description>
                </item>
            </list>
            <para/>
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellRendererBase"/> object for the given GridControlBase
            and <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellModelBase"/>.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> that displays this cell renderer.</param>
            <param name="cellModel">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellModelBase"/> that holds data for this cell renderer that should
            be shared among views.</param>
            <remarks>References to GridControlBase 
            and GridCellModelBase will be saved.</remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellRenderer.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
            <override/>
            <summary>
            Allows custom formatting of a cell by changing its style object.
            </summary>
            <param name="e">A reference to <see cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs"/> that holds the event data.</param>
            <remarks>
            <see cref="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellRenderer.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)"/> is called from <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PrepareViewStyleInfo"/>
            in order to allow custom formatting of
            a cell by changing its style object.
            <para/>
            Set the cancel property true if you want to avoid
            the associated cell renderer object <see cref="M:Syncfusion.Windows.Forms.Grid.GridCellRendererBase.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)"/>
            method to be called.<para/>
            Changes made to the style object will not be saved in the grid nor cached. This event
            is called every time a portion of the grid is repainted and the specified cell belongs
            to the invalidated region of the window that needs to be redrawn.<para/>
            Changes to the style object done at this time will also not be reflected when accessing
            cells though the models indexer. See <see cref="E:Syncfusion.Windows.Forms.Grid.GridModel.QueryCellInfo"/>.<para/>
            <note type="note">Do not change base style or cell type at this time.</note>
            </remarks>
            <seealso cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventHandler"/>
            <seealso cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PrepareViewStyleInfo"/>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowExpandCellRenderer.OnLayout(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Drawing.Rectangle,System.Drawing.Rectangle[])">
            <summary>
            This method is called from PerformLayout to calculate the client rectangle given
            the inner rectangle of a cell and any boundaries of cell buttons.
            </summary>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="innerBounds">The <see cref="T:System.Drawing.Rectangle"/> with the inner bounds of a cell.</param>
            <param name="buttonsBounds">An array of <see cref="T:System.Drawing.Rectangle"/> with bounds for each cell button element.</param>
            <returns>
            A <see cref="T:System.Drawing.Rectangle"/> with the bounds.
            </returns>
            <override/>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel">
            <summary>
            Implements the data / model part of a column header with sort indicator.
            </summary>
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.<para/>
            A <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel"/> can serve as model for several <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer"/>
            instances if there are several <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> views for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
            <para/>
            See <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer"/> for more detailed information about this cell type.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <overload>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel"/> object.
            </overload>
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel"/> object 
            and stores a reference to the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> this cell belongs to.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> for this cell model.</param>    
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instances of <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel"/> from a serialization stream.
            </summary>
            <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
            <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel.GetFormattedText(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Object,System.Int32)">
            <summary>
            This is called from GridStyleInfo.GetFormattedText. 
            </summary>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="value">The value to format.</param>
            <param name="textInfo">textInfo is a hint who is calling, default is GridCellBaseTextInfo.DisplayText.</param>
            <returns>The formatted test for the gives value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <override/>
            <summary>Creates a renderer for this cell model.</summary>
            <param name="control">The grid control.</param>
            <returns>Cell renderer.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellModel.OnQueryPrefferedClientSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridQueryBounds)">
            <summary>
            Calculates the preferred size of the cell based on its contents without margins and any buttons.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="queryBounds">graphical bounds</param>
            <returns>The optimal size of the cell.</returns>
            <override/>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer">
            <summary>
            Implements the CellRenderer for the PivotRowHeaderCellModel.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes a new instances of<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer"/> class with specified grid control and grid cell model.
            </summary>
            <param name="grid">Instance of grid control.</param>
            <param name="cellModel">The cell model of this renderer.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Draws the border style of the cell.
            </summary>
            <param name="g">Graphics associated with the control.</param>
            <param name="clientRectangle">Client rectangle of the cell.</param>
            <param name="rowIndex">Row index of the cell.</param>
            <param name="colIndex">Column index of the cell.</param>
            <param name="style">Style information of this cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
            <summary>
            Overridden to suppress the base customization.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnGetCursor(System.Int32,System.Int32)">
            <summary>
            Overridden to change the cursor for this PivotRowHeaderCell.
            </summary>
            <param name="rowIndex">Row index of the cell.</param>
            <param name="colIndex">Column index of the cell.</param>
            <returns>Returns the cursor.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnDrawDisplayText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Overridden to draw the cell text.
            </summary>
            <param name="g">Graphics associated with this control.</param>
            <param name="textRectangle">Text rectangle of this cell.</param>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="style">Style information associated with this cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnMouseDown(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overridden to invalidate the mouse-down cell-range.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnMouseUp(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overridden to invalidate the clicked header cell-range.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnClick(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overridden to suppress the click event.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnDrawCellButton(Syncfusion.Windows.Forms.Grid.GridCellButton,System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Overridden to draw the button for this cell.
            </summary>
            <param name="button">Instance of the grid cell button to be drawn.</param>
            <param name="g">Graphics associated with this control.</param>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="bActive">Boolean value.</param>
            <param name="style">Style information of this cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.IsHeaderHot(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Determines whether the header is in the hot state or not.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="style">Style information of this cell.</param>
            <returns><b>True</b> if the header hot property is applied; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.IsHeaderPressed(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Determines whether the header is in pressed state or not.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="style">Style information of this cell.</param>
            <returns><b>True</b> if the header is pressed; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnMouseHover(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overridden to invalidate the cell when mouse hovered over the cell.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnMouseHoverLeave(System.Int32,System.Int32,System.EventArgs)">
            <summary>
            Overridden to invalidate get the hovered range of cells in grid.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnLayout(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Drawing.Rectangle,System.Drawing.Rectangle[])">
            <summary>
            Overridden to prepare the layout appearance of the cell.
            </summary>
            <param name="rowIndex">RowIndex of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="style">Style information of the cell.</param>
            <param name="innerBounds">Inner text rectangle area.</param>
            <param name="buttonsBounds">Button bounds for the associated button in control.</param>
            <returns>The inner bounds of the cell.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnButtonClicked(System.Int32,System.Int32,System.Int32)">
            <summary>
            Overridden to raise the pushbutton click.
            </summary>
            <param name="rowIndex">Row index of this cell in grid.</param>
            <param name="colIndex">Column index of this cell in grid.</param>
            <param name="button">Clicked button.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotRowHeaderCellRenderer.OnPushButtonClick(System.Int32,System.Int32)">
            <summary>
            Raises <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PushButtonClick"/> event when the user presses the PushButton.
            </summary>
            <param name="rowIndex">Specifies the row index.</param>
            <param name="colIndex">Specifies the column index.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods">
            <summary>
            Represents a class for declaring the constants of the native-methods.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.AnimateWindow(System.Runtime.InteropServices.HandleRef,System.Int32,Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.AnimationFlags)">
            <summary>
            Animates the window.
            </summary>
            <param name="windowHandle">Windows handle.</param>
            <param name="time">Time to animate the tool-tip.</param>
            <param name="flags">Animation flags.</param>
            <returns>The security handle.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.SetWindowPos(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Sets the windows position of the ToolTip, used internally.
            </summary>
            <param name="hWnd">handle to a resource</param>
            <param name="hWndInsertAfter">handle to the resource</param>
            <param name="x">X position.</param>
            <param name="y">Y position.</param>
            <param name="cx">Width.</param>
            <param name="cy">Height.</param>
            <param name="flags">Flags.</param>
            <returns>Boolean value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.SetTopMost(System.Windows.Forms.Control)">
            <summary>
            Sets the passed control as top-most in the application.
            </summary>
            <param name="control">Passed control.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.HIWORD(System.Int32)">
            <summary>
            Used internally.
            </summary>
            <param name="n">Handle.</param>
            <returns>Integer value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.HIWORD(System.IntPtr)">
            <summary>
            Used internally.
            </summary>
            <param name="n">Handle.</param>
            <returns>Integer value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.LOWORD(System.Int32)">
            <summary>
            Used internally.
            </summary>
            <param name="n">Handle.</param>
            <returns>Integer value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.LOWORD(System.IntPtr)">
            <summary>
            Used internally.
            </summary>
            <param name="n">Handle</param>
            <returns>Integer value.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.IsRunningOnMono">
            <summary>
            Determines the running mode of the application.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.AnimationFlags">
            <summary>
            Defines the constants that specifies the animation of the window.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.NativeMethods.MINMAXINFO">
            <summary>
            Used internally.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup">
            <summary>
            Represents the class of a pop-up window.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.#ctor(System.Windows.Forms.Control,System.Drawing.Size)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup"/>class specified with control and the size of the control window.
            </summary>
            <param name="content">The content of the pop-up.</param>
            <param name="defaultSize">Set the default size.</param>
            <remarks>
            Pop-up will be disposed immediately after disposing of the content control.
            </remarks>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.Redraw">
            <summary>
            Represents the boolean value.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.content_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
            <summary>
            Triggered when the control is painted.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.content_RegionChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the control's region gets changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.content_Disposed(System.Object,System.EventArgs)">
            <summary>
            Triggered when the control is undergone GarbageCollection()
            </summary>
            <param name="sender">The control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.ProcessDialogKey(System.Windows.Forms.Keys)">
            <summary>
            Overrides and Processes a dialog box key.
            </summary>
            <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process.</param>
            <returns>
            If<b>True</b>the key was processed by the control; Otherwise,<b>False</b>.
            </returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.UpdateRegion">
            <summary>
            Updates the pop-up region.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.Show(System.Windows.Forms.Control)">
            <summary>
            Shows the pop-up window below the specified control.
            </summary>
            <param name="control">The control below which the pop-up will be shown.</param>
            <remarks>
            When there is no space below the specified control, the pop-up control is shown above it.
            </remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="control"/> is <code>null</code>.</exception>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.Show(System.Drawing.Rectangle)">
            <summary>
            Shows the pop-up window below the specified area.
            </summary>
            <param name="area">The area of desktop below which the pop-up will be shown.</param>
            <remarks>
            When there is no space below specified area, the pop-up control is shown above it.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.Show(System.Windows.Forms.Control,System.Drawing.Rectangle)">
            <summary>
            Shows the pop-up window below the specified area of the specified control.
            </summary>
            <param name="control">The control used to compute screen location of specified area.</param>
            <param name="area">The area of control below which the pop-up will be shown.</param>
            <remarks>
            When there is no space below specified area, the pop-up control is shown above it.
            </remarks>
            <exception cref="T:System.ArgumentNullException"><paramref name="control"/> is <code>null</code>.</exception>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.SetOwnerItem(System.Windows.Forms.Control)">
            <summary>
            Sets the control with the Owner. 
            </summary>
            <param name="control">The Control.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.OnSizeChanged(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.Control.SizeChanged" /> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.OnLayout(System.Windows.Forms.LayoutEventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.OnOpening(System.ComponentModel.CancelEventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.Opening" /> event.
            </summary>
            <param name="e">The <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.OnOpened(System.EventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.Opened" /> event.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.Closed"/> event.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripDropDownClosedEventArgs"/> that contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.WndProc(System.Windows.Forms.Message@)">
            <summary>
            Overrides and processes the Windows messages.
            </summary>
            <param name="m">The Windows <see cref="T:System.Windows.Forms.Message" /> to process.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.ProcessResizing(System.Windows.Forms.Message@)">
            <summary>
            Determines whether to process the resizing messages or not.
            </summary>
            <param name="m">The message.</param>
            <returns>If<b>True</b>the WndProc method from the base class shouldn't be invoked.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.OnNcHitTest(System.Windows.Forms.Message@,System.Boolean)">
            <summary>
            Determines whether to handle the Native methods or not.
            </summary>
            <param name="m">The message.</param>
            <param name="contentControl">Boolean value.</param>
            <returns>Boolean value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs)">
            <summary>
            Overrides and triggered when the closing event is called.
            </summary>
            <param name="e">event data</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.PaintSizeGrip(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Paints the sizing grip.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs" /> instance containing the event data.</param>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.UserControl">
            <summary>
            Gets or sets the value of inner userControl of the pop-up.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.FocusOnOpen">
            <summary>
            Gets or sets a value indicating whether the content should receive the focus after the pop-up has been opened.
            </summary>
            <value><c>true</c> if the content should be focused after the pop-up has been opened; otherwise, <c>false</c>.</value>
            <remarks>If the FocusOnOpen property is set to <c>false</c>, then pop-up cannot use the fade effect.</remarks>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.AcceptAlt">
            <summary>
            Gets or sets a value indicating whether pressing the alt key should close the pop-up.
            </summary>
            <value><c>true</c> if pressing the alt key does not close the pop-up; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.Resizable">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup"/> is re-sizable.
            </summary>
            <value>If<b>true</b>re-sizing can be done; Otherwise <b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.NonInteractive">
            <summary>
            Gets or sets a value indicating whether the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup"></see> acts like a transparent windows (so it cannot be clicked).
            </summary>
            <value>If<b>true</b>the pop-up is non-interactive;Otherwise <b>False</b>.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.MinimumSize">
            <summary>
            Gets or sets the value of minimum size of the pop-up.
            </summary>
            <returns>An ordered pair of type <see cref="T:System.Drawing.Size" /> representing the width and height of a rectangle.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.MaximumSize">
            <summary>
            Gets or sets the value of maximum size of the pop-up.
            </summary>
            <returns>An ordered pair of type <see cref="T:System.Drawing.Size" /> representing the width and height of a rectangle.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotFilterPopup.CreateParams">
            <summary>
            Gets the value of parameters of a new window.
            </summary>
            <returns>An object of type <see cref="T:System.Windows.Forms.CreateParams" /> used when creating a new window.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilter">
            <summary>
            Represents the control class for PivotCalculationFilter.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilter"/> class.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilter.components">
            <summary> 
            Required designer variable.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilter.Dispose(System.Boolean)">
            <summary> 
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilter.InitializeComponent">
            <summary> 
            Required method for Designer support - do not modify 
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper">
            <summary>
            Represents a class that defines the helper methods for the PivotCalculationFilter.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper"/>. class
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.InitializePivotCalculationFilter">
            <summary>
            Initializes the PivotCalculationFilter.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.searchImage_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the click on Search image is clicked.
            </summary>
            <param name="sender">The control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/> contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.pivotCalcContextStrip_Opening(System.Object,System.ComponentModel.CancelEventArgs)">
            <summary>
            Triggered when the Context strip is opening.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.ComponentModel.CancelEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.searchTextBox_TextChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the text in the search text box gets changed.
            </summary>
            <param name="sender">Search textBox.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.checkedListBoxClear">
            <summary>
            Clears and inserts the select all item to the checked-list item collection.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.sortingLogic">
            <summary>
            Sorting customization for the elements to be added to the checekedListBox.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.okButton_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Triggered when the OK button is Mouse down.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.pivotCalcContextStrip_Closing(System.Object,System.Windows.Forms.ToolStripDropDownClosingEventArgs)">
            <summary>
            Triggered while adding the filtered items to the checkedListBox when the filter pop-up is closed unanimously.
            </summary>
            <param name="sender">Control of OptimzedDropDownControl</param>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripDropDownClosingEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.searchImage_MouseHover(System.Object,System.EventArgs)">
            <summary>
            Triggered when the mouse hover is event is done.
            </summary>
            <param name="sender">Search label.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.searchImage_MouseLeave(System.Object,System.EventArgs)">
            <summary>
            Triggered when the mouse hover leave event is done.
            </summary>
            <param name="sender">Search label.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.cancelButton_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the CANCEL button is clicked.
            </summary>
            <param name="sender">The control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.searchPanel_Resize(System.Object,System.EventArgs)">
            <summary>
            Triggered when the search panel is re-sized and to redraw custom border drawn in paint event.
            </summary>
            <param name="sender">Search panel.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.searchPanel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
            <summary>
            Triggered when the search panel is painted and draw the custom border color for the search panel.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/>contains the event data."/</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.SetLocalizedContextMenuItems">
            <summary>
            Sets the localized values for the filter drop-down.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.InitializeContextMenuItems">
            <summary>
            Initializes the contextMenu Items and creates the custom renderer for contextMenustrip.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.CustomItemSelection_Click(System.Object,System.EventArgs)">
            <summary>
            Performs filtering based on the checked items in the CheckedListBox.
            </summary>
            <param name="sender">Tool strip item</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.okButton_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the OK-button is clicked in the custom dialog window.
            </summary>
            <param name="sender">FilterPopUp OK button</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.TableModel_QueryRowHeight(System.Object,Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs)">
            <summary>
            Triggered and gets info regarding the row height of filtered rows for PivotCalculation.
            </summary>
            <param name="sender">PivotGrid Model</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs"/>contains the event data.</param>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.inItemCheck">
            <summary>
            Indicates the check box checking.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.checkedListBox1_ItemCheck(System.Object,System.Windows.Forms.ItemCheckEventArgs)">
            <summary>
            Triggered when the checked list box items's check state changed.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ShowContextMenu(System.Windows.Forms.Control,System.Boolean,System.Drawing.Point)">
            <summary>
            Displays the filter drop-down.
            </summary>
            <param name="control">The parent control of the pop-up.</param>
            <param name="showContext">Boolean value to show the pop-up.</param>
            <param name="location">Location of the pop-up.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.SetItemsToCheckedListBox(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl,System.Int32,System.Int32)">
            <summary>
            Sets the checked list items in the drop down filter.
            </summary>
            <param name="pivot">Pivot grid control.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripper">
            <summary>
            Customizes the look and feel of the context menu-stripper.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripper.#ctor">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripper"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripper.WndProc(System.Windows.Forms.Message@)">
            <summary>
            Renderer of the context menu strip to process the resizing of the context menu strip.
            </summary>
            <param name="m">Windows message.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer">
            <summary>
            Implements the render part of the Context menu.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer.#ctor">
            <summary>
            Initializes the new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer.OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs)">
            <summary>
            Overrides and renders the tool strip borders.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer.OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs)">
            <summary>
            Overrides and renders the item text.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripItemTextRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
            <summary>
            Overrides and renders the Image margin.
            </summary>
            <param name="e">THe <see cref="T:System.Windows.Forms.ToolStripRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer.OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs)">
            <summary>
            Overrides and renders the arrow.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripArrowRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer.OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs)">
            <summary>
            Overrides and sets the separator back-color.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripSeparatorRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextRenderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
            <summary>
            Overrides and renders the split button.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripItemRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors">
            <summary>
            Represents a class that specifies the custom colors to Context menu strippers.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.MenuItemSelected">
            <summary>
            Overrides and gets the value of the custom MenuItemSelected color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.MenuItemSelectedGradientBegin">
            <summary>
            Overrides and gets the value of the custom MenuItemSelectedGradientBegin color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.MenuItemSelectedGradientEnd">
            <summary>
            Overrides and gets the value of custom MenuItemSelectedGradientEnd color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.MenuItemBorder">
            <summary>
            Overrides and gets the value of the custom MenuItemBorder color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.MenuBorder">
            <summary>
            Overrides and gets the value of custom MenuBorder color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.CheckBackground">
            <summary>
            Overrides and gets the value of custom CheckBackground color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.CheckPressedBackground">
            <summary>
            Overrides and gets value of the custom CheckPressedBackground color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotCalculationFilterHelper.ContextMenuStripperColors.CheckSelectedBackground">
            <summary>
            Overrides and gets the value the custom CheckSelectedBackground color for the ContextMenuStrip.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds">
            <summary>
            Represents the property information about the grip-bounds.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.#ctor(System.Drawing.Rectangle)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds"/>struct specified with client rectangle.
            </summary>
            <param name="clientRectangle">Client rectangle of the grip-bounds.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.ClientRectangle">
            <summary>
            Gets the value of client-rectangle of grip-bounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.Bottom">
            <summary>
            Gets the value of Bottom rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.BottomRight">
            <summary>
            Gets the value of Bottom-Right rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.Top">
            <summary>
            Gets the value of Top rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.TopRight">
            <summary>
            Gets the value of Top-Right rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.Left">
            <summary>
            Gets the value of Left rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.BottomLeft">
            <summary>
            Gets the value of Bottom-Left rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.Right">
            <summary>
            Gets the value of Right rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GripBounds.TopLeft">
            <summary>
            Gets the value of Top-Left rectangle area of the GripBounds.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper">
            <summary>
            Represents the class that defines the DragDropHelper
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.#ctor">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl)">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper"/> class specified with the PivotGridControl.
            </summary>
            <param name="grid">PivotGridControl</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.GetGroupMeanRange">
            <summary>
            Returns the Groups mean range.
            </summary>
            <returns>Mean range of the group.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.GetGroupColumnMaxRange">
            <summary>
            Returns the column count of grid.
            </summary>
            <returns>Column count.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.GetPivotItem(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.PivotAnalysis.Base.PivotItem@,Syncfusion.PivotAnalysis.Base.PivotItem@,Syncfusion.PivotAnalysis.Base.PivotComputationInfo@,Syncfusion.PivotAnalysis.Base.FilterExpression@,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32[],System.Object[])">
            <summary>
            Determines to returns only the essential item which is supposed to be removed in their collection from where it was picked. 
            If the other collections also have an item with same dimension then it will be reset to null.
            </summary>
            <param name="style">Holds the values of the style properties.</param>
            <param name="arrayItems">Values store in the array.</param>
            <param name="rowItem">Row pivot item.</param>
            <param name="colItem">Column pivot item.</param>
            <param name="compItem">Pivot computational info.</param>
            <param name="exp">Filter expression.</param>
            <param name="indices">Integer array.</param>
            <param name="sourceControl">GridControl.</param>
            <returns>Returns True.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.InterChangeItems(System.Int32,System.Int32,System.String)">
            <summary>
            Determines to Interchange the order of items within the same collection.
            </summary>
            <param name="dragIndex">Index where the item was dragged.</param>
            <param name="dropIndex">Index where the item was dropped.</param>
            <param name="collection">Dropped collection.</param>
            <returns><b>True</b> if the interchange is done properly; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotRows(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Handles to drop the item in the PivotRowCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotColumns(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Handles to drop the item in the PivotColumnCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">sHolds the values of style properties for the cell/item to be dropped.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotCalculations(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Handles to drop the item in the PivotCalculationCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotFilters(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Handles to drop the item in the FilterCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropInTableFieldList(Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Removes the item from the pivot collections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotRows(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the PivotRowCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotColumns(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the PivotColumnCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotCalculations(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the PivotCalculationCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotFilters(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the FilterCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropInTableFieldList(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Removes the item from the pivot collections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.RemoveRowPivotFiltering">
            <summary>
            WF-19699 - Removes the row pivot filtering while interchanging the data between pivot rows and pivot calculations.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotRows(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the PivotRowCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
            <param name="dragIndex">Indicates the drag index.</param>
            <param name="dropIndex">Indicates the drop index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.IsPivotRowsExist(System.String)">
            <summary>
            Checks whether the passed key value of PivotRows matches the FieldHeader or FieldMappingName.
            </summary>
            <param name="value">Key Value to be matched with the FieldMappingName or FieldHeader.</param>
            <returns><b>True</b> if the pivot rows exists; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotColumns(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the PivotColumnCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
            <param name="dragIndex">Indicates the dragging index of the grid.</param>
            <param name="dropIndex">Indicates the dropping index of the grid.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.IsPivotColumnsExist(System.String)">
            <summary>
            Checks whether the passed key value of PivotColumns matches the FieldHeader/FieldMappingName.
            </summary>
            <param name="value">Key Value to be matched with the FieldMappingName/FieldHeader.</param>
            <returns><b>True</b> if the specified value is a pivot column; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotCalculations(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the PivotCalculationCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="dragIndex">Represents the drag index value.</param>
            <param name="dropIndex">Represents the drop index value.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.PivotCalculationExist(System.String)">
            <summary>
            Checks whether the passed key value of PivotCalculation matches the FieldHeader or FieldMappingName.
            </summary>
            <param name="value">Key Value to be matched with the FieldMappingName or FieldHeader.</param>
            <returns><b>True</b> if the calculations exists; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropinPivotFilters(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Handles to drop the item in the FilterCollections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
            <param name="dragIndex">Represents the drag index value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.DropInTableFieldList(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Int32,Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Removes the item from the pivot collections. Updates the layout of the Grid and Schema with the changes after modification in the PivotCollections.
            </summary>
            <param name="style">Holds the values of style properties for the cell/item to be dropped.</param>
            <param name="sourceControl">Location of the item where it was dragged.</param>
            <param name="dragIndex">Indicates the dragging index of the grid.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.AssignItemLists">
            <summary>
            Assigns the dictionaries with the pivot items.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.PopulateItemCollectionLists">
            <summary>
            Populates the dictionaries with the pivot items.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.ResetItemLists">
            <summary>
            Resets the item collection dictionaries.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.GetSchemaContainer(System.Drawing.Point)">
            <summary>
            Gets the schema sub item for the corresponding point.
            </summary>
            <param name="location">The location of the item.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.NavigateUp(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Navigates the item to up one position using context menu.
            </summary>
            <param name="selectedItemStyle">Holds the values of style properties.</param>
            <param name="tag">The item to be navigated.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.NavigateDown(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Navigates the item to down one position using context menu.
            </summary>
            <param name="selectedItemStyle">Holds the values of style properties.</param>
            <param name="tag">The item to be navigated.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.NavigateBeginning(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Navigates the item to top position using context menu.
            </summary>
            <param name="selectedItemStyle">Holds the values of style properties.</param>
            <param name="tag">The item to be navigated.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.NavigateEnd(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Navigates the item to bottom position using context menu.
            </summary>
            <param name="selectedItemStyle">Holds the values of style properties.</param>
            <param name="tag">The item to be navigated.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.Remove(System.String,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Removes the item from the collection.
            </summary>
            <param name="selectedItemStyle">Holds the values of style properties.</param>
            <param name="tag">The item to be removed.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.RefreshGridSchemaLayout">
            <summary>
            Refreshes PivotGridControl along with schema designer.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.DragDropHelper.RefreshLayout">
            <summary>
            Refreshes PivotGridControl along with its sub controls except schema designer.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.GridList">
            <summary>
            Represents a control class that defines and implements the GridList.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.#ctor">
            <summary>
            Initializes a new instance of<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.GridList"/> class with the specified GridControl.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.GridList_CellButtonClicked(System.Object,Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs)">
            <summary>
            Triggered when the GridList cell button is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellButtonClickedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.cMenu_ItemClicked(System.Object,System.Windows.Forms.ToolStripItemClickedEventArgs)">
            <summary>
            Triggered when the shortcut menu item is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripItemClickedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
            <summary>
            Is triggered when the command key is pressed.
            </summary>
            <param name="msg">Implements the windows message.</param>
            <param name="keyData">Specifies the key codes.</param>
            <returns><b>True</b> if the key is processed; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
            <summary>
            Overridden to manage selections and display bold checked values.
            </summary>
            <param name="e">The event argument.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.SetSelectionColor(Syncfusion.Windows.Forms.GridVisualStyles)">
            <summary>
            To set the selection color based on the themes applied
            </summary>
            <param name="vStyles"></param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.CreateRedArrowIndicatorBitmap(System.Drawing.Point)">
            <summary>
            Creates the arrow indicator which used for indicating the dropping location.
            </summary>
            <param name="location">The location of the indicator.</param>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OpenRedArrowIndicator(System.Drawing.Point)">
            <summary>
            Opens the created arrow bitmap and initiates the painting in drag operation.
            </summary>
            <param name="location">The location of the red arrow indicator.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.UpdateRedArrowIndicatorBitmap(System.Drawing.Point)">
            <summary>
            Updates the arrow bitmap to the current location of drag window.
            </summary>
            <param name="location">THe location of the red arrow indicator.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.CloseRedArrowIndicator">
            <summary>
            Closes the indicator which usually done at mouse up.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.CreateHeaderBitmap(Syncfusion.Windows.Forms.Grid.GridControlBase,System.Int32,System.Int32)">
            <summary>
            Creates a header bitmap for drag window. 
            </summary>
            <param name="colIndex">Column index.</param>
            <param name="grid">The GRidControl.</param>
            <param name="rowIndex">Row index.</param>
            <returns>Bitmap.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OpenDragHeader">
            <summary>
            Opens the created drag window and initiates the painting in drag operation.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.UpdateDragHeader">
            <summary>
            Updates the DragWindow to the current mouse position.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.CloseDragHeader">
            <summary>
            Closes the drag window which usually done in mouse up event.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.GetDragWindowLocation(System.Drawing.Point)">
            <summary>
            Gets the location of the drag window.
            </summary>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnMouseEnter(System.EventArgs)">
            <summary>
            Overrides and triggered when the mouse enter event is done in the grid.
            </summary>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse up is performed.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse move in the grid.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggered when the mouse down is performed in the grid.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnQueryColWidth(Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs)">
            <summary>
            Overrides and triggered when the column width is changed.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridRowColSizeEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.OnCellDoubleClick(Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)">
            <summary>
            Overrides and triggered when double click is done on the cell.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.QueryContextMenuItems(System.Windows.Forms.ContextMenuStrip,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Updates the items of the context menu items.
            </summary>
            <param name="cMenu">A shortcut menu.</param>
            <param name="sty">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> instance that holds the style property values.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.ApplyAction(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Object,System.String)">
            <summary>
            Applies the corresponding action triggered by the context menu.
            </summary>
            <param name="action">The action to be performed.</param>
            <param name="selectedItemStyle">Holds the values for style properties.</param>
            <param name="tag">The tag.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.GridList.GetControlBase(System.String)">
            <summary>
            Returns the control base for the corresponding tags.
            </summary>
            <param name="tag">The tag to be returned.</param>
            <returns>GridControl.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GridList.Item(System.Int32)">
            <summary>
            Gets the value of either the GridStyleInfo.Description property or the GridStyleInfo.Text property for a particular
            row depending upon the value of the isFieldsGrid property. 
            </summary>
            <param name="index">The 1-based row index.</param>
            <returns>A string holding either the Description or the Text for the cell in this row.</returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GridList.SelectionColor">
            <summary>
            Gets or sets the Selection color.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GridList.HasCheckBox">
            <summary>
            Gets or sets whether this grid has a checkbox displayed in it single cell on each row.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GridList.HasPaddedRow">
            <summary>
            Gets or sets whether there is a hidden padded row at the top of the grid.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.GridList.Context">
            <summary>
            Gets the value of context menu.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.ContextMenuRenderer">
            <summary>
            Represents the class that implements the context menu renderer.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ContextMenuRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.ContextMenuRenderer"/> class specified with the GridControl.
            </summary>
            <param name="grid">Displays the grid model.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ContextMenuRenderer.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
            <summary>
            Overrides and triggered when the image of the item is rendered.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.ContextMenuRenderer.OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs)">
            <summary>
            Overrides and triggered when the image of the margin is rendered.
            </summary>
            <param name="e">The <see cref="T:System.Windows.Forms.ToolStripRenderEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo">
            <summary>
            Defines a class that displays the Pivot computational info.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.InitializeComponent">
            <summary>
            Initializes the components.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.WireCompInfo(Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl)">
            <summary>
            Binds the items with the values.
            </summary>
            <param name="grid">The PivotGrid control.</param>
            <param name="style">Style object that holds the values of styles properties.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.BindComboItems">
            <summary>
            Binds the combo box items.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.okbtn_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the OK button is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.cancelbtn_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the CANCEL button is clicked.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.PivotCompInfo_Load(System.Object,System.EventArgs)">
            <summary>
            Triggered when the PivotComputational info form gets loaded.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.text_TextChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the text gets changed in the FieldHeader text or Formatted text or Description text.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.comboBox_SelectedIndexChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the combo box selected index gets changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotCompInfo.panel1_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
            <summary>
            Triggered when the panel1 gets painted.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner">
            <summary>
            Represents a class that defines and implements the PivotGrid Schema designer.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner"/> class specified with the PivotGridControl.
            </summary>
            <param name="pivotGridControl">The PivotGridControl.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.Dispose(System.Boolean)">
            <summary>
            Overrides and manages the unwanted resources.
            </summary>
            <param name="disposing">Represents the boolean value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.InitializeComponent">
            <summary>
            Initializes the component.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.splitcontainer_SplitterMoving(System.Object,System.Windows.Forms.SplitterCancelEventArgs)">
            <summary>
            Triggered when the split container's splitter is moving.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.SplitterCancelEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.splitcontainer_SplitterMoved(System.Object,System.Windows.Forms.SplitterEventArgs)">
            <summary>
            Triggered when the split container's splitter gets moved.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.SplitterEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SetLabelsWidth">
            <summary>
            Sets the label width.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.pivotGridControl_RightToLeftChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the Right-to-Left property gets changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.tableFieldList_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered when the table field list's cell click is done.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.ScrollerVisualStyle">
            <summary>
            Applies the Visual styles to the Scroll.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.ApplyVisualStyle">
            <summary>
            Sets the color for label,button, check-box and other basic colors
            according to its respective theme in PivotScheme Designer.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.RowHeightOnScaling">
            <summary>
            Performed when DPI is greater than 100 then the DefaultRowHeight will be set based on the font size.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.PopulateControls">
            <summary>
            Populates the controls in the schema designer.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.Panel2_Resize(System.Object,System.EventArgs)">
            <summary>
            Triggered when the Panel2 is resized.
            </summary>
            <param name="sender">Panel control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.Model_QueryCellInfo(System.Object,Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs)">
            <summary>
            Triggered and gets the cell info.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.ResetItemCollectionLists(System.Boolean)">
            <summary>
            Resets the dictionary items.
            </summary>
            <param name="delCache">Boolean value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.PopulateList">
            <summary>
            Repopulates the list based on FieldHeader of PivotItem. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.RaiseSchemaChangingEvent(Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs)">
            <summary>
            Raises the <see cref="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SchemaChanging"/> event.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs"/> contains event argument.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.RaiseSchemaChangedEvent(Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs)">
            <summary>
            Raises the <see cref="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SchemaChanged"/> event.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs"/> event argument.</param>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.ModifyTableListItem(Syncfusion.PivotAnalysis.Base.PivotItem)" -->
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.PopulateTableFieldList">
            <summary>
            Populates the GridColumnGrid with the values. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.PopulatePivotItems">
            <summary>
            Populates the sub grids with the pivot collection items.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AssignItemCollectionLists">
            <summary>
            Assigns the dictionary items.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.Filters_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
            <summary>
            Triggered when the filter's collection gets changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.GetBackColors">
            <summary>
            Gets the back color for the labels.
            </summary>
            <returns>Color.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SetAppearance">
            <summary>
            Sets the Appearance.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.QueryItemAvailability(System.String)">
            <summary>
            Determines to check for items in the PivotCollections while populating the table field list.
            </summary>
            <param name="itemText">The item to be checked.</param>
            <returns><b>True</b> if the specified item is available; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AddItemstoSchema">
            <summary>
            Adds items to schema when checking an item in the table field list.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AddItemsToSchemaViaCheck(System.String)">
            <summary>
            Adds the items to schema depending on the check state of the item.
            </summary>
            <param name="itemText">The item to be added.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.RremoveItemsfrmSchemaDesginer(System.String)">
            <summary>
            Determines whether to remove items from schema or not when unchecked.
            </summary>
            <param name="itemText">The item to be removed.</param>
            <returns><b>True</b> if the item is removed from the schema designer; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AddItemstoGridviaCheck(System.String)">
            <summary>
            Adds item to schema when checking an item in the table field list.
            </summary>
            <param name="itemText">The item to be added.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AddFieldstoRowLabel">
            <summary>
            Adds Fields to row lists.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AddFieldstoColLabel">
            <summary>
            Adds Fields to column lists.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AddFieldstoCalcLabel">
            <summary>
            Adds the Field name to calculate lists.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.AddFieldstoFilterLabel">
            <summary>
            Adds the Fields to the Filter lists.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.RemoveItemsFrmSchema">
            <summary>
            Determines whether to remove the item from schema or not when unchecked.
            </summary>
            <returns>Returns True.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.RemoveItemsfrmGrid(System.String)">
            <summary>
            Determines whether to remove the items from Grid or not when unchecked.
            </summary>
            <param name="itemText">The unchecked item.</param>
            <returns><b>True</b> if the items are removed; Otherwise False.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.RefreshGridSchemaLayout">
            <summary>
            Method used for refreshing Schema in order to display the Newly added Items.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.calcasColumns_CheckStateChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the check state of the ShowCalculationsAsColumnn check-box is changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.layoutUpdate_CheckStateChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the check state of the LayoutUpdate check-box is changed. 
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.updateBtn_Click(System.Object,System.EventArgs)">
            <summary>
            Triggered and updates the Grid.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.gridColumnList_CheckBoxClick(System.Object,Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs)">
            <summary>
            Triggered when the grid column list is changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridCellClickEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.PivotSchemaDesigner_SizeChanged(System.Object,System.EventArgs)">
            <summary>
            Triggered when the PivotSchema designer's size gets changed.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.OnSchemaChanging(Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs)">
            <summary>
            Raises the <see cref="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SchemaChanging"/> event.
            </summary>
            <param name="e">The event argument.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.OnSchemaChanged(Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs)">
            <summary>
            Raises the <see cref="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SchemaChanged"/> event.
            </summary>
            <param name="e">The event argument.</param>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SchemaChanged">
            <summary>
            Occurs whenever the schema definitions are changed in the PivotSchemaDesigner. This event will be raised when 
            TableFieldList, Rows, Columns, Values or Filters collection has been changed.
            </summary>
        </member>
        <member name="E:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.SchemaChanging">
            <summary>
             Occurs whenever the schema definitions began to change in the PivotSchemaDesigner. This event will be raised before start changing
            TableFieldList, Rows, Columns, Values or Filters collections.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.DeferLayoutUpdateCheckBox">
            <summary>
            Gets the DeferLayoutUpdateCheckBox control in the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.ShowCalculationsAsColumnCheckBox">
            <summary>
            Gets the ShowCalculationsAsColumnCheckBox control in the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner"/>.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.DeferLayoutUpdateButton">
            <summary>
            Gets the DeferLayoutUpdateButton control in the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner"/>.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventHandler">
            <summary>
            Represents a method that handles the  <see cref="!:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChanged"/> event.
            </summary>
            <param name="sender">The PivotSchemaDesigner raising the event.</param>
            <param name="e">The event arguments.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventHandler">
            <summary>
            Represents a method that handles the<see cref="!:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChanging"/> event.
            </summary>
            <param name="sender">The PivotSchemaDesigner raising the event.</param>
            <param name="e">The event arguments.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs">
            <summary>
            Provides data for the <see cref="!:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChanged"/> event.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs.#ctor">
            <summary>
            Initialize a new instance for the class<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction)">
            <summary>
            Intialize a new instance for the class <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs"/>.
            </summary>
            <param name="schemaAction">The updated lis</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangedEventArgs.SchemaAction">
            <summary>
            Gets the value which schema action is performed (i.e. TableFieldList, Rows, Columns, Filters, or values)
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs">
            <summary>
            Provides data for the <see cref="!:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChanging"/> event.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs.#ctor">
            <summary>
            Initialize a new instance for the class<see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs"/>.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction)">
            <summary>
            Intialize a new instance for the class <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs"/>.
            </summary>
            <param name="schemaAction">The updated lis</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SchemaChangingEventArgs.SchemaAction">
            <summary>
            Gets the value before schema action is performing (i.e. TableFieldList, Rows, Columns, Filters, or values)
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction">
            <summary>
            Defines the constant that specifies which action is performed in <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner"/>.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction.FieldsUpdate">
            <summary>
            Indicates when pivot table field list is changed.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction.RowsUpdate">
            <summary>
            Indicates when rows collection is changed.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction.ColumnsUpdate">
            <summary>
            Indicates when columns collection is changed.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction.ValuesUpdate">
            <summary>
            Indicates when values collection is changed.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.SchemaAction.FiltersUpdate">
            <summary>
            Indicates when filters collection is changed.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaCellButton">
            <summary>
            Represents the class that defines the cell button for the schema cell.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaCellButton.#ctor(Syncfusion.Windows.Forms.Grid.GridCellRendererBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaCellButton"/> class with specified renderer part.
            </summary>
            <param name="owner">Renderer part of cell type</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaCellButton.DrawButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Boolean)">
            <summary>
            Displays the button having different behavior.
            </summary>
            <param name="g">GDI+ surface</param>
            <param name="rect">Represents the rectangle size and location.</param>
            <param name="state">Used to specify the appearance of the button.</param>
            <param name="style">Style object that holds the values of the style properties for the cell.</param>
            <param name="isWhite">Represents the color is white or not.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaCellButton.DrawButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Overrides and draws the button.
            </summary>
            <param name="g">GDI+ surface</param>
            <param name="rect">Represents the rectangle size and location.</param>
            <param name="buttonState">Specifies the appearance of the cell.</param>
            <param name="style">Style object that holds the values of the style properties for the cell.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer">
            <summary>
            Implements the renderer as part of a column or row header for the schema.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes the new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer"/> class specified with the GridModel and GridCell model.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Overrides and draws.
            </summary>
            <param name="g">GDI+ surface.</param>
            <param name="clientRectangle">Represents the rectangle size and location.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column Index.</param>
            <param name="style">Style object that holds the style property values of  the cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnGetCursor(System.Int32,System.Int32)">
            <summary>
            Overrides and draws the cursor.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <returns>Cursor.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnMouseDown(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <override/>
            <summary>
            Overrides and raises the mouse down event.
            </summary>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnMouseHover(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and raises the mouse hover event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnMouseHoverLeave(System.Int32,System.Int32,System.EventArgs)">
            <summary>
            Overrides and raises the mouse hover leave event.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="e">The <see cref="T:System.EventArgs"/>Contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
            <summary>
            Override and raises the PrepareViewStyleInfo event.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnClick(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <override/>
            <summary>
            Overrides and raises the click event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnDrawCellButton(Syncfusion.Windows.Forms.Grid.GridCellButton,System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Overrides and the button is drawn.
            </summary>
            <param name="button">Represents the button.</param>
            <param name="g">GDI+ surface.</param>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="bActive">Boolean value.</param>
            <param name="style">Holds the values of style properties.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnLayout(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Drawing.Rectangle,System.Drawing.Rectangle[])">
            <summary>
            Overrides and renders the layout.
            </summary>
            <param name="rowIndex">Row index.</param>
            <param name="colIndex">Column index.</param>
            <param name="style">Stores the information about cell.</param>
            <param name="innerBounds">Represents the rectangle inner bounds.</param>
            <param name="buttonsBounds">Represents the rectangle bounds.</param>
            <returns>Inner bounds of the layout.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnDrawDisplayText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Is triggered when the test is drawed to display
            </summary>
            <param name="g">GDI+ surfaces</param>
            <param name="textRectangle">Represents the rectangle size and location</param>
            <param name="rowIndex">Row index</param>
            <param name="colIndex">Column index</param>
            <param name="style">Stores the information about cell</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnButtonClicked(System.Int32,System.Int32,System.Int32)">
            <override/>
            <summary>
            Overrides and raises the button click event.
            </summary>
            <param name="button">The button clicked.</param>
            <param name="colIndex">Column index.</param>
            <param name="rowIndex">Row index.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer.OnPushButtonClick(System.Int32,System.Int32)">
            <summary>
            Raises <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PushButtonClick"/> event when the user presses the PushButton.
            </summary>
            <param name="rowIndex">Specifies the row id.</param>
            <param name="colIndex">Specifies the column id.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel">
            <summary>
            Implements the class for the data or model part of a column or row header for the schema.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel"/>class with the specified GridModel.
            </summary>
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel"/>class with specified serialization info and streaming context.
            </summary>
            <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
            <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel.GetFormattedText(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Object,System.Int32)">
            <summary>
            Overrides and gets the Formatted text. 
            </summary>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="value">The value to format.</param>
            <param name="textInfo">TextInfo is a hint who is calling, default is GridCellBaseTextInfo.DisplayText.</param>
            <returns>The formatted test for the gives value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <override/>
            <summary>Creates a renderer for this cell model.</summary>
            <param name="control">The grid control.</param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellRenderer"/>specific for a GridControl.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SchemaItemCellModel.OnQueryPrefferedClientSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridQueryBounds)">
            <summary>
            Overrides and calculates the preferred size of the cell based on its contents without margins and any buttons.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="queryBounds">Graphical bounds</param>
            <returns>The optimal size of the cell.</returns>
            <override/>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.Direction">
            <summary>
            Defines the constants that specifies the direction of the splitter.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.Direction.Right">
            <summary>
            Represents the direction as Right.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.Direction.Left">
            <summary>
            Represents the direction as  Left.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.Direction.Up">
            <summary>
            Represents the direction as Up.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.Direction.Down">
            <summary>
            Represents the direction as Down.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.Splitter">
            <summary>
            Represents the control that is used to split.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.Splitter.#ctor">
            <summary>
            Initializes the new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.Splitter"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.Splitter.Splitter_KeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
            <summary>
            Triggered with the key-press event is done with the splitter.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.Splitter.Splitter_KeyUp(System.Object,System.Windows.Forms.KeyEventArgs)">
            <summary>
            Triggered with the key-up event in the splitter.
            </summary>
            <param name="sender">The Control.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.KeyPressEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.Splitter.GetAlphaBlendColor(System.Drawing.Color,System.Drawing.Color,System.Int32)">
            <summary>
            Gets Alpha-blend color.
            </summary>
            <param name="front">Front color value.</param>
            <param name="back">Back color value.</param>
            <param name="alpha">Alpha-blend value.</param>
            <returns>color</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.Splitter.ArrayPoint(System.Int32,System.Int32,Syncfusion.Windows.Forms.PivotAnalysis.Direction)">
            <summary>
            Gets an array of points.
            </summary>
            <param name="direction">Specifies the direction.</param>
            <param name="x">X co-ordinates.</param>
            <param name="y">Y co-ordinates.</param>
            <returns>An array of Point values.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.Splitter.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Overrides and raises the paint event.
            </summary>
            <param name="pe">The <see cref="T:System.Windows.Forms.PaintEventArgs"/>contains the event data.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItems">
            <summary>
            Represents a class that defines the IEnumerable collection of SelectedItem in Grid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItems.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItems"/> class.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem">
            <summary>
            Represents the class of SelectedItem that specifies the Column, Row and Values.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.ToString">
            <summary>
            Returns a string that represents the current object.
            </summary>
            <returns>
            A <see cref="T:System.String"/> that represents this instance.
            </returns>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.Column">
            <summary>
            Gets the value of column.
            </summary>
            <value>The column.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.Row">
            <summary>
            Gets the value of row.
            </summary>
            <value>The row.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.ColumnList">
            <summary>
            Gets the value of list of column of Selected Item.
            </summary>
            <value>The column.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.RowList">
            <summary>
            Gets the value of list of row of Selected Item.
            </summary>
            <value>The row.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.Value">
            <summary>
            Gets the value of Value property in Selected Item.
            </summary>
            <value>The value.</value>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SelectedItem.FormattedValue">
            <summary>
            Gets the value of formatted value.
            </summary>
            <value>The formatted value.</value>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle">
            <summary>
            Represents a class that encapsulates the painting logic for a triangle. 
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle.#ctor">
            <summary>
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle"/> class.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection,System.Drawing.Brush,System.Drawing.Pen,System.Drawing.Pen,System.Drawing.Pen,System.Boolean)">
            <summary>
            Paints a triangle to a given graphics canvas provided with 3 different pens with on demand opacity.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="bounds">The <see cref="T:System.Drawing.Rectangle"/> with the bounds.</param>
            <param name="dir">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle"/> which indicates the sort order.</param>
            <param name="backBrush">Brush to paint the inner region of the triangle.</param>
            <param name="backPen1">Pen 1 to draw a triangle boundary.</param>
            <param name="backPen2">Pen 2 to draw a triangle boundary.</param>
            <param name="backPen3">Pen 3 to draw a triangle boundary.</param>
            <param name="opaque">Specifies if the triangle should be drawn transparent.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection,System.Drawing.Brush,System.Drawing.Pen,System.Boolean)">
            <summary>
            Paints a triangle to a given graphics canvas provided a single pen with on demand opacity.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="bounds">The <see cref="T:System.Drawing.Rectangle"/> with the bounds.</param>
            <param name="dir">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection"/> which indicates the sort order.</param>
            <param name="backBrush">Brush to paint the inner region of the triangle.</param>
            <param name="backPen">Pen to draw a triangle boundary.</param>
            <param name="opaque">Specifies if the triangle should be drawn transparent.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection,System.Drawing.Brush,System.Drawing.Pen)">
            <summary>
            Paints a triangle to a given graphics canvas.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="bounds">The <see cref="T:System.Drawing.Rectangle"/> with the bounds.</param>
            <param name="dir">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection"/> which indicates the sort order.</param>
            <param name="backBrush">Brush to paint the inner region of the triangle.</param>
            <param name="backPen">Pen to draw a triangle boundary.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle.BuildTrianglePoints(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection,System.Drawing.Rectangle)">
            <summary>
            Gets the triangle points.
            </summary>
            <param name="dir">The direction of the triangle point.</param>
            <param name="bounds">The rectangle bounds of the triangle.</param>
            <returns>Point.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridPaintTriangle.OffsetPoints(System.Drawing.Point[],System.Int32,System.Int32)">
            <summary>
            Sets the Offset points.
            </summary>
            <param name="points">Triangle point's array collection.</param>
            <param name="xOffset">Offset of X-axis.</param>
            <param name="yOffset">Offset of Y-axis.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel">
            <summary>
            Implements the class for the data or model part of a column header with sort indicator.
            </summary>
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.<para/>
            A <see cref="T:Syncfusion.Windows.Forms.Grid.GridSortColumnHeaderCellModel"/> can serve as model for several <see cref="T:Syncfusion.Windows.Forms.Grid.GridSortColumnHeaderCellRenderer"/>
            instances if there are several <see cref="T:Syncfusion.Windows.Forms.Grid.GridControlBase"/> views for a <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/>.
            <para/>
            See <see cref="T:Syncfusion.Windows.Forms.Grid.GridSortColumnHeaderCellRenderer"/> for more detailed information about this cell type.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel.#ctor(Syncfusion.Windows.Forms.Grid.GridModel)">
            <overload>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel"/> class specific with the GridModel.
            </overload>
            <summary>
            Initializes a new <see cref="T:Syncfusion.Windows.Forms.Grid.GridSortColumnHeaderCellModel"/> object 
            and stores a reference to the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> this cell belongs to.
            </summary>
            <param name="grid">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> for this cell model.</param>    
            <remarks>
            You typically access cell models through the <see cref="P:Syncfusion.Windows.Forms.Grid.GridModel.CellModels"/>
            property of the <see cref="T:Syncfusion.Windows.Forms.Grid.GridModel"/> class.
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel"/> class with the specified serialization info and Streaming context.
            </summary>
            <param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
            <param name="context">Describes the source and destination of the serialized stream specified by info. </param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel.GetFormattedText(Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Object,System.Int32)">
            <summary>
            Overrides and gets the FormattedText. 
            </summary>
            <param name="style">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridStyleInfo"/> object that holds cell information.</param>
            <param name="value">The value to format.</param>
            <param name="textInfo">TextInfo is a hint who is calling, default is GridCellBaseTextInfo.DisplayText.</param>
            <returns>The formatted test for the gives value.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel.CreateRenderer(Syncfusion.Windows.Forms.Grid.GridControlBase)">
            <override/>
            <summary>Overrides and creates a renderer for this cell model.</summary>
            <param name="control">The grid control.</param>
            <returns>A new <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel"/> with specific GridControl.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellModel.OnQueryPrefferedClientSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,Syncfusion.Windows.Forms.Grid.GridQueryBounds)">
            <summary>
            Overrides and calculates the preferred size of the cell based on its contents without margins and any buttons.
            </summary>
            <param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">The Style object that holds values of style properties.</param>
            <param name="queryBounds">Graphical bounds.</param>
            <returns>The optimal size of the cell.</returns>
            <override/>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer">
            <summary>
            Implements the class for the renderer part of the sorted column header of the PivotGrid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.#ctor(Syncfusion.Windows.Forms.Grid.GridControlBase,Syncfusion.Windows.Forms.Grid.GridCellModelBase)">
            <summary>
            Initializes anew instance of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer"/> class with the specified GridModel and GridCell model.
            </summary>
            <param name="grid">Display the grid model.</param>
            <param name="cellModel">Defines the data of cell type.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Overrides and triggered when Draw() method is called.
            </summary>
            <param name="g">GDI+ surfaces.</param>
            <param name="clientRectangle">Represents the rectangle size and location.</param>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="style">Stores the information about cell.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnPrepareViewStyleInfo(Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs)">
            <summary>
            Overrides and triggers the PrepareViewStyleInfo event.
            </summary>
            <param name="e">The <see cref="T:Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnGetCursor(System.Int32,System.Int32)">
            <summary>
            Overrides and triggers to get cursor.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <returns>Cursor.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnDrawDisplayText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <override/>
            <summary>
            Overrides and draws the display text.
            </summary>
            <param name="g">The graphics object.</param>
            <param name="rowIndex">The row index.</param>
            <param name="colIndex">The column index.</param>
            <param name="style">Style object that holds the values of style properties.</param>
            <param name="textRectangle">The rectangle bounds of the display text.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnMouseDown(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggers the mouse down event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnMouseUp(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggers the mouse up event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnClick(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <override/>
            <summary>
            Overrides and triggers the click event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnDrawCellButton(Syncfusion.Windows.Forms.Grid.GridCellButton,System.Drawing.Graphics,System.Int32,System.Int32,System.Boolean,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Overrides and triggers to draw the cell buttons.
            </summary>
            <param name="button">Used in the cell renderer.</param>
            <param name="g">GDI+ surfaces.</param>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="bActive">Represents the boolean value.</param>
            <param name="style">Style object that holds the values of style properties.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.IsHeaderHot(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Determines whether the header is applied with Header hot property or not.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="style">Style object that holds the values of style properties.</param>
            <returns><b>True</b>if the Header hot property is applied;Otherwise <b>false</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.IsHeaderPressed(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo)">
            <summary>
            Determines whether the header is pressed or not. 
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="style">Style object that holds the values of style properties.</param>
            <returns><b>True</b> if the header is pressed; Otherwise <b>False</b>.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnMouseHoverEnter(System.Int32,System.Int32)">
            <summary>
            Overrides and triggers the mouse hover enter event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnMouseHover(System.Int32,System.Int32,System.Windows.Forms.MouseEventArgs)">
            <summary>
            Overrides and triggers the mouse hover event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnMouseHoverLeave(System.Int32,System.Int32,System.EventArgs)">
            <summary>
            Overrides and triggers the Mouse hover leave event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/>contains the event data.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnLayout(System.Int32,System.Int32,Syncfusion.Windows.Forms.Grid.GridStyleInfo,System.Drawing.Rectangle,System.Drawing.Rectangle[])">
            <summary>
            Overrides and triggers the OnLayout() method.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="style">Style object that holds the values of style properties.</param>
            <param name="innerBounds">Represents the inner bounds of the rectangle.</param>
            <param name="buttonsBounds">Represents the bounds of the cell button.</param>
            <returns>Inner bounds of the rectangle.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnButtonClicked(System.Int32,System.Int32,System.Int32)">
            <override/>
            <summary>
            Overrides and raises the button click event.
            </summary>
            <param name="rowIndex">Row index value.</param>
            <param name="colIndex">Column index value.</param>
            <param name="button">The clicked button.</param>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortColumnHeaderCellRenderer.OnPushButtonClick(System.Int32,System.Int32)">
            <summary>
            Raises <see cref="E:Syncfusion.Windows.Forms.Grid.GridControlBase.PushButtonClick"/> event when the user presses the PushButton.
            </summary>
            <param name="rowIndex">Specifies the row index.</param>
            <param name="colIndex">Specifies the column index.</param>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortInfo">
            <internalonly/>
            <summary>Internal only.
            Represents a class that provides the sort info of PivotGrid.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortInfo.#ctor">
            <internalonly/>
            <summary>Internal only.
            Initializes a new instances of the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridSortInfo"/> class.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection">
            <summary>
            Defines the constants that specifies the direction of a triangle when drawing triangle with <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection"/>.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection.Up">
            <summary>
            A triangle pointing up.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection.Down">
            <summary>
            A triangle pointing down.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection.Left">
            <summary>
            A triangle pointing to the left.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridTriangleDirection.Right">
            <summary>
            A triangle pointing to the right.
            </summary>
        </member>
        <member name="T:Syncfusion.PivotAnalysis.Windows.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Syncfusion.PivotAnalysis.Windows.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Syncfusion.PivotAnalysis.Windows.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.FilterBitmaps">
            <summary>
            A helper class for drawing and caching bitmaps from the DataBound.Resources folder of the Grid assembly
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.FilterBitmaps.#ctor">
            <summary>
            Initializes bitmaps for dynamic filter.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterBitmaps.AsyncLoadBitmap">
            <summary>
            Bitmap for Asynchronous Loading.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterBitmaps.RedDownBitmap">
            <summary>
            Bitmap for moving columns.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterBitmaps.RedUpBitmap">
            <summary>
            Bitmap for moving columns.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterBitmaps.RedLeftBitmap">
            <summary>
            Bitmap for moving columns.
            </summary>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.FilterBitmaps.RedRightBitmap">
            <summary>
            Bitmap for moving columns.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SR">
            <summary>
               SR provides localized access to string resources specific 
               from the assembly manifest Syncfusion.Windows.Forms.PivotAnalysis.SR.resources
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.#ctor">
            <summary>
            Enables the resources to be read from Satellite Assemblies or else from SR.resources.
            </summary>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetLoader">
            <summary>
            Loads the resources from the resource file
            </summary>
            <returns>Returnns the loaded resources</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetString(System.Globalization.CultureInfo,System.String,System.Object[])">
            <summary>
            This reads the string from the satellite assemblies and used it in the program. If the satellite Assemblies are not present, then the resources are read from SR.resources.
            </summary>
            <param name="culture">Specifies the culture of the Application.</param>
            <param name="name">Specifies the string for which localization has to be applied.</param>
            <param name="args">Arguments in the type of object.</param>
            <returns>The string value of the current object.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetString(System.String)">
            <summary>
            Gets the localized string for the given string.
            </summary>
            <param name="name">The string that has to be localized.</param>
            <returns>Returns the Localized String in the type String.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetString(System.String,System.Object[])">
            <summary>
             Gets the localized string.
            </summary>
            <param name="name">The string that has to be localized.</param>
            <param name="args">Arguments in the type of object.</param>
            <returns>The localized string in the type of String.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetString(System.Globalization.CultureInfo,System.String)">
            <summary>
            Gets the localized String for the given string.
            </summary>
            <param name="culture">Specified the culture into which the string has to be localized.</param>
            <param name="name">Arguments in the type of object.</param>
            <returns>The localized string in the type of String.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetObject(System.Globalization.CultureInfo,System.String)">
            <summary>
            Gets the localized String for the given string.
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">Arguments in the type of object.</param>
            <returns>The localized string in the type of string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetObject(System.String)">
            <summary>
            Gets the localized String for the given string.
            </summary>
            <param name="name">String that has to be localized.</param>
            <returns>The object for the specified string for localization.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetBoolean(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the boolean value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The boolean value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetBoolean(System.String)">
            <summary>
            Returns the boolean value for the string. 
            </summary>
            <param name="name">The string that has to be localized.</param>
            <returns>The boolean value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetByte(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the Byte value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The Byte value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetByte(System.String)">
            <summary>
            Gets the localized String for the given string.
            </summary>
            <param name="name">String that has to be localized.</param>
            <returns>The Byte value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetChar(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the Char value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The Char value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetChar(System.String)">
            <summary>
            Gets the localized string for the given string.
            </summary>
            <param name="name">string that has to be localized.</param>
            <returns>The char value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetDouble(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the Double value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The double value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetDouble(System.String)">
            <summary>
            Gets the localized string for the given string.
            </summary>
            <param name="name">string that has to be localized.</param>
            <returns>The double value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetFloat(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the float value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The float value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetFloat(System.String)">
            <summary>
            Gets the localized string for the given string.
            </summary>
            <param name="name">string that has to be localized.</param>
            <returns>The float value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetInt(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the Int value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The integer value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetLong(System.String)">
            <summary>
            Gets the localized string for the given string.
            </summary>
            <param name="name">string that has to be localized.</param>
            <returns>The long value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetLong(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the Long value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The long value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetShort(System.Globalization.CultureInfo,System.String)">
            <summary>
            Returns the short value for the string. 
            </summary>
            <param name="culture">Specifies the culture into which the string has to be localized.</param>
            <param name="name">The string that has to be localized.</param>
            <returns>The short value for the string.</returns>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SR.GetShort(System.String)">
            <summary>
            Gets the localised string for the given string.
            </summary>
            <param name="name">string that has to be localised.</param>
            <returns>The short value for the string.</returns>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SRCategoryAttribute">
            <summary>
            Specifies the category in which the property or event will be displayed in a visual designer.
            </summary>
            <remarks>
            This is a localized version of CategoryAttribute. The localized string will be loaded from the 
            assembly manifest Syncfusion.Windows.Forms.PivotAnalysis.SR.resources
            </remarks>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.SRDescriptionAttribute">
            <summary>
            Specifies a description for a property or event.
            </summary>
            <remarks>
            This is a localized version of DescriptionAttribute. The localized string will be loaded from the 
            assembly manifest Syncfusion.Windows.Forms.PivotAnalysis.SR.resources
            </remarks>
        </member>
        <member name="M:Syncfusion.Windows.Forms.PivotAnalysis.SRDescriptionAttribute.#ctor(System.String)">
            <summary>
            Constructor for Localized version of DescriptionAttribute.
            </summary>
            <param name="description">The string for which the localized string has to be loaeded.</param>
        </member>
        <member name="P:Syncfusion.Windows.Forms.PivotAnalysis.SRDescriptionAttribute.Description">
            <summary>
            The description for the string.
            </summary>
        </member>
        <member name="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers">
            <summary>
            Determine the resource identifiers class
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.PivotTableFieldList">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.Choosefieldstoaddreport">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.Dragfieldsbetweenareasbelow">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.ReportFilter">
            <summary>
            Used to store the constant string values.
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.ColumnLabels">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.RowLabel">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.Values">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.DropPivotFieldsheretoFilterBy">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.DeferlayoutUpdate">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.ShowCalculationsasColumns">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.Update">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.PivotSchemaDesigner">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.OK">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.Cancel">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveUp">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveDown">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveToBeginning">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveToEnd">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveToRowLabels">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveToColumnLabels">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveToReportFilter">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.MoveToValues">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.RemoveField">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.SortLargestToSmallest">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.SortSmallestToLargest">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.ClearFilter">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
        <member name="F:Syncfusion.Windows.Forms.PivotAnalysis.PivotResourceIdentifiers.SelectAll">
            <summary>
            Used to store the constant string values
            </summary>
        </member>
    </members>
</doc>

Anon7 - 2022
AnonSec Team