Back to Devexpress

DockZoneStyles Class

aspnet-devexpress-dot-web-b8660672.md

latest1.8 KB
Original Source

DockZoneStyles Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DockZoneStyles :
    StylesBase
vb
Public Class DockZoneStyles
    Inherits StylesBase

The following members return DockZoneStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDockZone.Styles
ASP.NET MVC ExtensionsDockZoneSettings.Styles
MVCxDockZone.Styles

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase StylesBase DockZoneStyles

See Also

DockZoneStyles Members

Docking

DevExpress.Web Namespace