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

ASPxDockZone.Styles Property

Provides access to the styles that define the appearance of the zone in different states.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DockZoneStyles Styles { get; }

Property Value

Type Description
DockZoneStyles

A DockZoneStyles object that contains zone style properties.

Remarks

A zone has a number of appearance styles used to display it in different states: disabled, allowed and disallowed for docking, etc. You can access the settings of the styles via the Styles property.

See Also