Skip to main content

DockPanelOptions Class

Provides options for controlling a panel’s docking functionality.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

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