WPF

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

    Show / Hide Table of Contents

    Class ExtensionClass

    Class which has a method to determine whether the specified item is in the hidden group collection.

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

    Methods

    Has(List<HiddenGroup>, HiddenGroup)

    Determines whether the specified item is in the collection.

    Declaration
    public static bool Has(this List<HiddenGroup> t, HiddenGroup hiddenGroup)
    Parameters
    Type Name Description
    System.Collections.Generic.List<HiddenGroup> t

    The hidden group collection.

    HiddenGroup hiddenGroup

    Specific hidden group item.

    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved