alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class Diagnostics

    Internal only. Represents the class that provides the diagnostics methods to trace the element operations.

    Inheritance
    System.Object
    Diagnostics
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class Diagnostics : Object

    Constructors

    Diagnostics()

    Declaration
    public Diagnostics()

    Fields

    MaxCount

    Declaration
    public static int MaxCount
    Field Value
    Type
    System.Int32

    MaxLineLength

    Declaration
    public static int MaxLineLength
    Field Value
    Type
    System.Int32

    Methods

    DumpElement(Element)

    Internal only. Dumps the element.

    Declaration
    public static void DumpElement(Element el)
    Parameters
    Type Name Description
    Element el

    DumpSummaries(Element)

    Internal only. Dumps the summary of the given element.

    Declaration
    public static void DumpSummaries(Element el)
    Parameters
    Type Name Description
    Element el

    IterateThroughAllElement(Table)

    Internal only. Performs iteration through all the elements.

    Declaration
    public static void IterateThroughAllElement(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughAllSortedRecords(Table)

    Internal only. Performs iteration through all sorted records.

    Declaration
    public static void IterateThroughAllSortedRecords(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughDisplayElement(Table)

    Internal only. Performs the iteration through the display element.

    Declaration
    public static void IterateThroughDisplayElement(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughFilteredRecords(Table)

    Internal only. Performs iteration through filtered records.

    Declaration
    public static void IterateThroughFilteredRecords(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughGroup(String, Group)

    Internal only. Performs iteration through the group specified with the given string and the instance of the Group class.

    Declaration
    public static void IterateThroughGroup(string s, Group parentGroup)
    Parameters
    Type Name Description
    System.String s
    Group parentGroup

    IterateThroughGroups(Table)

    Internal only. Performs iteration through groups with the specified instance of the Table class.

    Declaration
    public static void IterateThroughGroups(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughNestedDisplayElement(Table)

    Internal only. Performs iteration through the nested display element.

    Declaration
    public static void IterateThroughNestedDisplayElement(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughNestedElements(Table)

    Internal only. Performs iteration through nested elements.

    Declaration
    public static void IterateThroughNestedElements(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughUnsortedRecords(Table)

    Internal only. Performs iteration through unsorted elements.

    Declaration
    public static void IterateThroughUnsortedRecords(Table table)
    Parameters
    Type Name Description
    Table table
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved