Skip to main content

DockItemCollapsedEventArgs(BaseLayoutItem) Constructor

Initializes a new instance of the DockItemCollapsedEventArgs class with the specified item.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v24.1.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public DockItemCollapsedEventArgs(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object being processed.

See Also