Back to Devexpress

ASPxDockPanel.OwnerZone Property

aspnet-devexpress-dot-web-dot-aspxdockpanel-7d06976f.md

latest1.7 KB
Original Source

ASPxDockPanel.OwnerZone Property

Gets or sets a zone that owns the current panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxDockZone OwnerZone { get; set; }
vb
Public Property OwnerZone As ASPxDockZone

Property Value

TypeDescription
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

OwnerZoneUID

GetOwnerZone

Docking

ASPxDockPanel Class

ASPxDockPanel Members

DevExpress.Web Namespace