ASPxDockPanel.OwnerZone Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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