Skip to main content
A newer version of this page is available. .
Tab

ForbiddenZoneItem(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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