Skip to main content

DockPanelSettings.OwnerZoneUID Property

Gets or sets the unique identifier of a zone that owns the panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string OwnerZoneUID { get; set; }

Property Value

Type Description
String

A String value specifying the zone UID.

Remarks

Use the OwnerZoneUID property to specify a zone in which the current panel is docked.

See Also