Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

DockZoneStyles(ASPxDockZone) Constructor

Initializes a new instance of the DockZoneStyles class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DockZoneStyles(
    ASPxDockZone zone
)

Parameters

Name Type Description
zone ASPxDockZone

An ASPxDockZone object that owns the created object.

Remarks

This constructor is automatically called when the ASPxDockZone initializes its ASPxDockZone.Styles property.

See Also