Class AccordionLayoutChangedEventArgs
Class AccordionLayoutChangedEventArgs.
Namespace: Unity.Industrial.Forma.RuntimeUI.Components
Syntax
public class AccordionLayoutChangedEventArgs : EventArgs
Properties
IsExpanded
Gets or sets a value indicating whether this instance is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|