menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SymbolGroupExpandCollapseEventArgs

    Initializes a new instance of the SymbolGroupExpandCollapseEventArgs class.

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

    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

    If set to true isexpand.

    SymbolGroup symbolgroup

    Represents the instance of SymbolGroup.

    Properties

    IsExpand

    Gets a value indicating whether this Syncfusion.SfDiagram.XForms(Portable).SymbolGroupExpandCollapseEventArgs is item.

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

    true if item; otherwise, false.

    SymbolGroup

    Gets the instance of symbol group of the currnet event. Read-only.

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