Skip to main content
Tab

DockZoneStyles Class

Contains settings that allow the ASPxDockZone‘s appearance to be defined for different states.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DockZoneStyles :
    StylesBase

The following members return DockZoneStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxDockZone.Styles
ASP.NET MVC Extensions DockZoneSettings.Styles
MVCxDockZone.Styles

Remarks

An object of the DockZoneStyles type can be accessed via the ASPxDockZone.Styles and DockZoneSettings.Styles properties.

Implements

Inheritance

See Also