ASPxDockPanel.OwnerZone Property
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxDockZone OwnerZone { get; set; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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