alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SymbolGroupExpandCollapseEventArgs

    Provides data for the SymbolGroupExpandCollapse event.

    Inheritance
    System.Object
    SymbolGroupExpandCollapseEventArgs
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class SymbolGroupExpandCollapseEventArgs : Object

    Constructors

    SymbolGroupExpandCollapseEventArgs(Boolean, SymbolGroup)

    Initializes a new instance of the SymbolGroupExpandCollapseEventArgs class. Initializes new instance of the SymbolGroupExpandCollapseEventArgs class.

    Declaration
    public SymbolGroupExpandCollapseEventArgs(bool isExpand, SymbolGroup symbolGroup)
    Parameters
    Type Name Description
    System.Boolean isExpand

    Boolean value, represents either the symbol group is expanded or not.

    SymbolGroup symbolGroup

    Current SymbolGroup.

    Properties

    IsExpand

    Gets a value indicating whether this SymbolGroup is expanded or not.

    Declaration
    public bool IsExpand { get; }
    Property Value
    Type Description
    System.Boolean

    true if expanded; otherwise, false.

    SymbolGroup

    Gets the current symbol group instance.

    Declaration
    public SymbolGroup SymbolGroup { get; }
    Property Value
    Type
    SymbolGroup
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved