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

BarDockStyle Class

Defines style settings for the bar dock control.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class BarDockStyle :
    AppearanceStyle

The following members return BarDockStyle objects:

Remarks

The BarDockStyle class contains settings that define the appearance of the bar dock control within the ASPxHtmlEditor control.

An object of the BarDockStyle type can be accessed via the ToolbarsStyles.BarDockControl property.

See Also