Skip to main content

ExpandCollapseInfoEventArgs() Constructor

Initializes a new instance of the ExpandCollapseInfoEventArgs class.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ExpandCollapseInfoEventArgs()

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