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 |
|
SymbolGroup
Gets the current symbol group instance.
Declaration
public SymbolGroup SymbolGroup { get; }
Property Value
| Type |
|---|
| SymbolGroup |