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