MVCxDockManager.FindZoneByUID(String) Method
In This Article
Returns a zone object with the specified DockZoneSettings.ZoneUID property value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxDockZone FindZoneByUID(
string zoneUID
)
#Parameters
Name | Type | Description |
---|---|---|
zone |
String | A String value that is the Zone |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
Use this method to obtain a zone specified by a unique identifier assigned to its DockZoneSettings.ZoneUID property.
See Also