ASPxDockZone.Styles Property
In This Article
Provides access to the styles that define the appearance of the zone in different states.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DockZoneStyles Styles { get; }
#Property Value
Type | Description |
---|---|
Dock |
A Dock |
#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