Skip to main content

BarDockStyle Class

Defines style settings for the bar dock control.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

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