WinForms

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

    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
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class Diagnostics

    Constructors

    Diagnostics()

    Declaration
    public Diagnostics()

    Fields

    MaxCount

    Declaration
    public static int MaxCount
    Field Value
    Type Description
    System.Int32

    MaxLineLength

    Declaration
    public static int MaxLineLength
    Field Value
    Type Description
    System.Int32

    Methods

    DumpElement(Element)

    Internal only. Dumps the element.

    Declaration
    [Conditional("DEBUG")]
    public static void DumpElement(Element el)
    Parameters
    Type Name Description
    Element el

    DumpSummaries(Element)

    Internal only. Dumps the summary of the given element.

    Declaration
    [Conditional("DEBUG")]
    public static void DumpSummaries(Element el)
    Parameters
    Type Name Description
    Element el

    IterateThroughAllElement(Table)

    Internal only. Performs iteration through all the elements.

    Declaration
    [Conditional("DEBUG")]
    public static void IterateThroughAllElement(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughAllSortedRecords(Table)

    Internal only. Performs iteration through all sorted records.

    Declaration
    [Conditional("DEBUG")]
    public static void IterateThroughAllSortedRecords(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughDisplayElement(Table)

    Internal only. Performs the iteration through the display element.

    Declaration
    [Conditional("DEBUG")]
    public static void IterateThroughDisplayElement(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughFilteredRecords(Table)

    Internal only. Performs iteration through filtered records.

    Declaration
    [Conditional("DEBUG")]
    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
    [Conditional("DEBUG")]
    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
    [Conditional("DEBUG")]
    public static void IterateThroughGroups(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughNestedDisplayElement(Table)

    Internal only. Performs iteration through the nested display element.

    Declaration
    [Conditional("DEBUG")]
    public static void IterateThroughNestedDisplayElement(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughNestedElements(Table)

    Internal only. Performs iteration through nested elements.

    Declaration
    [Conditional("DEBUG")]
    public static void IterateThroughNestedElements(Table table)
    Parameters
    Type Name Description
    Table table

    IterateThroughUnsortedRecords(Table)

    Internal only. Performs iteration through unsorted elements.

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