DockZoneEventArgs(ASPxDockPanel) Constructor
Initializes a new instance of the DockZoneEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
panel | ASPxDockPanel | An ASPxDockPanel object that has been docked in a zone. This value is assigned to the DockZoneEventArgs.Panel property. |
Remarks
Instances of the DockZoneEventArgs class are automatically created, initialized and passed to a ASPxDockZone.AfterDock event handler.
See Also