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

DockManager.ValidateDockPanelOnDeactivate Property

Gets or sets whether the Validate method is forcibly called on a dock panel when switching from this dock panel to another one.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public virtual bool ValidateDockPanelOnDeactivate { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the Validate method is forcibly called on a dock panel when switching from this dock panel to another panel; otherwise, false.

See Also