Skip to main content
Tab

DockZoneEventArgs.Panel Property

Gets the panel currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxDockPanel Panel { get; }

#Property Value

Type Description
ASPxDockPanel

An ASPxDockPanel object that is the processed panel.

See Also