Skip to main content

DockPanelOptions Class

Provides options for controlling a panel’s docking functionality.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class DockPanelOptions :
    BaseDockOptions

The following members return DockPanelOptions objects:

Remarks

The options this class provides are accessible with the DockPanel.Options property.

See Also