ExpandCollapseInfoEventArgs() Constructor
Initializes a new instance of the ExpandCollapseInfoEventArgs class.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Instances of the ExpandCollapseInfoEventArgs class are automatically created, initialized and passed to the DXExpander.GetExpandCollapseInfo event handlers. Typically, there is no need to call this constructor directly from your code.
See Also