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

DockManager.ValidateFormChildrenOnDeactivate Property

Gets or sets whether the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another; otherwise, false.

See Also