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

BarDockControl Class

Represents a Bar Dock Control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class BarDockControl :
    CustomControl

Remarks

The BarDockControl class represents a control which accommodates bars when they are docked to a form (or a user control). Four bar dock controls are automatically created by the BarManager component when it’s added to the form and there is no need to create controls manually. The created bar dock controls are docked to the form’s top, bottom, right and left edges respectively.

The BarDockControl.Controls property allows you to access the bars that are currently displayed within a bar dock control. Thus it’s possible to determine which bars are displayed at any form’s edge.

To customize the appearance settings of bar dock controls use the BarDockControl.Appearance property.

For more information on bar dock controls see Toolbar Customization.

Inheritance

Object
MarshalByRefObject
Component
Control
DevExpress.XtraBars.Controls.CustomControl
See Also