DockPanelEventArgs(DockPanel) Constructor
Initializes a new instance of the DockPanelEventArgs class.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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