Skip to main content
Tab

ASPxDockPanel.OwnerZone Property

Gets or sets a zone that owns the current panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxDockZone OwnerZone { get; set; }

Property Value

Type Description
ASPxDockZone

An ASPxDockZone object that is the owner of the current panel.

Remarks

When you specify the OwnerZone property value, the ASPxDockPanel.OwnerZoneUID property is automatically set to the zone’s ASPxDockZone.ZoneUID property value.

To obtain the panel’s owner zone on the client side, use the ASPxClientDockPanel.GetOwnerZone method.

See Also