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