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

DockingOptions Class

Provides docking options that are common to all dock panels.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class DockingOptions :
    BaseDockOptions

The following members return DockingOptions objects:

Remarks

The DockingOptions class provides a set of view and behavior options for dock panels. This class’ instance is accessible with the dock manager’s DockManager.DockingOptions property.

Docking options for individual options can be customized from the DockPanel.Options property.

See Also