Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
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