Skip to main content
Tab

ForbiddenZoneItem(String) Constructor

Initializes a new instance of the ForbiddenZoneItem class with the specified zone unique identifier.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ForbiddenZoneItem(
    string zoneUID
)

Parameters

Name Type Description
zoneUID String

A String value that specifies the corresponding zone’s UID. This value is assigned to the ForbiddenZoneItem.ZoneUID property.

See Also