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

DockPanelEventArgs Class

Serves as the base class for classes which provide data to dock panel events.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public class DockPanelEventArgs :
    EventArgs

Remarks

This is a common ancestor for the classes that provide arguments for the events that define dock panel handling. These events require a panel as a parameter to give you the ability to identify the processed dock panel. DockPanelEventArgs objects are automatically created and passed to such events. Their DockPanelEventArgs.Panel property is set to the appropriate dock panel.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DockPanelEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also