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