menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SymbolGroupExpandCollapseEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SymbolGroupExpandCollapseEventArgs

    Provides data for the SymbolGroupExpandCollapse event.

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

    Constructors

    SymbolGroupExpandCollapseEventArgs(Boolean, SymbolGroup)

    Initializes a new instance of the SymbolGroupExpandCollapseEventArgs class.

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

    is Expand.

    SymbolGroup symbolGroup

    symbol Group.

    Properties

    IsExpand

    Gets a value indicating whether this SymbolGroupExpandCollapseEventArgs is item.

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

    true if item; otherwise, false.

    SymbolGroup

    Gets the symbol group.

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