Skip to main content

DockItemExpandedEventArgs(BaseLayoutItem) Constructor

Initializes a new instance of the DockItemExpandedEventArgs class.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public DockItemExpandedEventArgs(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object being processed.

See Also