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

DockPanelStyles(ASPxDockPanel) Constructor

Initializes a new instance of the DockPanelStyles class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public DockPanelStyles(
    ASPxDockPanel panel
)

Parameters

Name Type Description
panel ASPxDockPanel

An ASPxDockPanel object that owns the created object.

Remarks

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

See Also