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

DockPanelEventArgs(DockPanel) Constructor

Initializes a new instance of the DockPanelEventArgs class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public DockPanelEventArgs(
    DockPanel panel
)

Parameters

Name Type Description
panel DockPanel

A DockPanel object representing the processed dock panel. This value is assigned to the DockPanelEventArgs.Panel property.

See Also