Skip to main content
A newer version of this page is available. .

ExpandCollapseInfoEventArgs() Constructor

Initializes a new instance of the ExpandCollapseInfoEventArgs class.

Namespace: DevExpress.Xpf.Core

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

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